From d3f66edbd84a6b462b08ca2e260a1dbb1ba4b730 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 28 Oct 2022 10:43:14 +0200 Subject: Misc: Add TODOs --- crawler/src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crawler') 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); -- cgit 1.4.1