summaryrefslogtreecommitdiffstats
path: root/crates/ignore
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2024-03-07 09:37:48 -0500
committerAndrew Gallant <jamslam@gmail.com>2024-03-07 09:37:48 -0500
commit59212d08d3ef122adc781dfa09343df7848febf8 (patch)
tree8298e08f689b88ebca0e07948be31efda2d1ff5f /crates/ignore
parent6ebebb2aaa9991694aed10b944cf2e8196811e1c (diff)
style: fix new lints
The Rust compiler seems to have gotten smarter at finding unused or redundant imports.
Diffstat (limited to 'crates/ignore')
-rw-r--r--crates/ignore/src/walk.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ignore/src/walk.rs b/crates/ignore/src/walk.rs
index 2288fe0b..a8d17180 100644
--- a/crates/ignore/src/walk.rs
+++ b/crates/ignore/src/walk.rs
@@ -11,7 +11,7 @@ use std::{
use {
crossbeam_deque::{Stealer, Worker as Deque},
same_file::Handle,
- walkdir::{self, WalkDir},
+ walkdir::WalkDir,
};
use crate::{