forked from mirrors/kingfisher
Update src/scanner/runner.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
505d775302
commit
1e466feee8
1 changed files with 0 additions and 3 deletions
|
|
@ -96,9 +96,6 @@ pub async fn run_async_scan(
|
|||
}
|
||||
}
|
||||
|
||||
// if input_roots.is_empty() {
|
||||
// bail!("No inputs to scan");
|
||||
// }
|
||||
let shared_profiler = Arc::new(ConcurrentRuleProfiler::new());
|
||||
let enable_profiling = args.rule_stats;
|
||||
let matcher_stats = Mutex::new(MatcherStats::default());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue