We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba47844 commit 9d42d4bCopy full SHA for 9d42d4b
crates/scanner-core/src/lib.rs
@@ -11,7 +11,7 @@ use std::io::Read;
11
use std::path::{Path, PathBuf};
12
use std::sync::Arc;
13
use std::sync::Mutex;
14
-// use std::process::Command; // removed: no git fast path
+//
15
16
// ---------------- Types ----------------
17
@@ -1121,7 +1121,7 @@ impl<'a> Scanner<'a> {
1121
}
1122
1123
1124
-// no git fast path per requirements
1125
1126
fn prefilter_hit(det: &dyn Detector, stripped: &[u8]) -> bool {
1127
let pf = det.prefilter();
0 commit comments