Skip to content

Commit 9d42d4b

Browse files
cursoragentscript3r
andcommitted
Checkpoint before follow-up message
Co-authored-by: script3r <[email protected]>
1 parent ba47844 commit 9d42d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/scanner-core/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::io::Read;
1111
use std::path::{Path, PathBuf};
1212
use std::sync::Arc;
1313
use std::sync::Mutex;
14-
// use std::process::Command; // removed: no git fast path
14+
//
1515

1616
// ---------------- Types ----------------
1717

@@ -1121,7 +1121,7 @@ impl<'a> Scanner<'a> {
11211121
}
11221122
}
11231123

1124-
// no git fast path per requirements
1124+
//
11251125

11261126
fn prefilter_hit(det: &dyn Detector, stripped: &[u8]) -> bool {
11271127
let pf = det.prefilter();

0 commit comments

Comments
 (0)