diff --git a/src/scanner.rs b/src/scanner.rs index d95cb11..eb727aa 100644 --- a/src/scanner.rs +++ b/src/scanner.rs @@ -130,7 +130,6 @@ fn add_url_to_list_of_scanned_urls(resp: &str, scanned_urls: &RwLock { - // If the set did not contain resp, true is returned. // If the set did contain resp, false is returned. let response = urls.insert(resp.to_string());