mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
parent
a66315d232
commit
515f120b5c
@ -941,7 +941,7 @@ impl Walk {
|
|||||||
// overheads; an example of this was a bespoke filesystem layer in
|
// overheads; an example of this was a bespoke filesystem layer in
|
||||||
// Windows that hosted files remotely and would download them on-demand
|
// Windows that hosted files remotely and would download them on-demand
|
||||||
// when particular filesystem operations occurred. Users of this system
|
// when particular filesystem operations occurred. Users of this system
|
||||||
// who ensured correct file-type fileters were being used could still
|
// who ensured correct file-type filters were being used could still
|
||||||
// get unnecessary file access resulting in large downloads.
|
// get unnecessary file access resulting in large downloads.
|
||||||
if should_skip_entry(&self.ig, ent) {
|
if should_skip_entry(&self.ig, ent) {
|
||||||
return Ok(true);
|
return Ok(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user