1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-04 21:52:54 +02:00

style: fix new lints

The Rust compiler seems to have gotten smarter at finding unused or
redundant imports.
This commit is contained in:
Andrew Gallant
2024-03-07 09:37:48 -05:00
parent 6ebebb2aaa
commit 59212d08d3
9 changed files with 5 additions and 12 deletions

View File

@ -11,7 +11,7 @@ use std::{
use {
crossbeam_deque::{Stealer, Worker as Deque},
same_file::Handle,
walkdir::{self, WalkDir},
walkdir::WalkDir,
};
use crate::{