mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-05-19 18:01:12 -03:00
removed todo/clippy
This commit is contained in:
@@ -77,7 +77,7 @@ impl Handles {
|
||||
let filters_handle = FiltersHandle::new(Arc::new(FeroxFilters::default()), tx.clone());
|
||||
let handles = Self::new(stats_handle, filters_handle, terminal_handle);
|
||||
if let Some(sh) = scanned_urls {
|
||||
let scan_handle = ScanHandle::new(sh, tx.clone());
|
||||
let scan_handle = ScanHandle::new(sh, tx);
|
||||
handles.scan_handle(scan_handle);
|
||||
}
|
||||
(handles, rx)
|
||||
|
||||
@@ -258,8 +258,6 @@ fn scanner_single_request_scan_with_invalid_file_output() -> Result<(), Box<dyn
|
||||
.arg("-q")
|
||||
.arg("-o")
|
||||
.arg(outfile.as_os_str())
|
||||
.arg("--debug-log")
|
||||
.arg("redirects")
|
||||
.unwrap();
|
||||
|
||||
let contents = std::fs::read_to_string(outfile);
|
||||
|
||||
Reference in New Issue
Block a user