diff --git a/src/files.rs b/src/files.rs index 3f27027c14..84a3a6251e 100644 --- a/src/files.rs +++ b/src/files.rs @@ -7,8 +7,8 @@ use std::{ path::{Path, PathBuf}, }; -use rustc_hash::FxHashSet; use ignore::Walk; +use rustc_hash::FxHashSet; use crate::exit_codes::EXIT_BAD_ARGUMENTS; use crate::options::FileArgument;