mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-13 07:31:09 +01:00
Merge pull request #1517 from one230six/master
refactor: Optimize code based on cargo clippy suggestions
This commit is contained in:
commit
68fe31da3f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use anyhow::{anyhow, Result};
|
|||
use crossbeam_channel::{bounded, Receiver, RecvTimeoutError, SendError, Sender};
|
||||
use etcetera::BaseStrategy;
|
||||
use ignore::overrides::{Override, OverrideBuilder};
|
||||
use ignore::{self, WalkBuilder, WalkParallel, WalkState};
|
||||
use ignore::{WalkBuilder, WalkParallel, WalkState};
|
||||
use regex::bytes::Regex;
|
||||
|
||||
use crate::config::Config;
|
||||
|
|
Loading…
Reference in a new issue