mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-11-23 21:54:45 +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:
@@ -11,7 +11,7 @@ use std::{
|
||||
use {
|
||||
crossbeam_deque::{Stealer, Worker as Deque},
|
||||
same_file::Handle,
|
||||
walkdir::{self, WalkDir},
|
||||
walkdir::WalkDir,
|
||||
};
|
||||
|
||||
use crate::{
|
||||
|
||||
Reference in New Issue
Block a user