From 1e466feee86aa949cadf6e2a403b10ce63d1474f Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Sun, 3 Aug 2025 10:35:52 -0700 Subject: [PATCH] Update src/scanner/runner.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/scanner/runner.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/scanner/runner.rs b/src/scanner/runner.rs index f8dae87..63f7bee 100644 --- a/src/scanner/runner.rs +++ b/src/scanner/runner.rs @@ -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());