diff options
Diffstat (limited to 'crawler/src/main.rs')
-rw-r--r-- | crawler/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crawler/src/main.rs b/crawler/src/main.rs index ef749e0..efdb033 100644 --- a/crawler/src/main.rs +++ b/crawler/src/main.rs @@ -46,7 +46,6 @@ async fn crawler(http_client: Client, root_urls: Vec<&str>) { //DONT FORGET ENUMS //CAN WE DO UNWRAP OR RETURN or lambda //HOW TF DOES CRAWLER WORK. DOESNT QUEUE FILL. LOTS OF WAITING THINGS?? - //REMOVE ALL String::from, do .to_string() //dbg!("Content: {:?}", &content); dbg!("Next urls: {:?}", &crawled_urls); |