Skip to content

Commit

Permalink
Merge pull request sharkdp#1517 from one230six/master
Browse files Browse the repository at this point in the history
refactor: Optimize code based on cargo clippy suggestions
  • Loading branch information
tmccombs authored Mar 14, 2024
2 parents b874462 + 1389199 commit 68fe31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/walk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 68fe31d

Please sign in to comment.