diff --git a/src/search.rs b/src/search.rs index be67eac..309940c 100644 --- a/src/search.rs +++ b/src/search.rs @@ -1,6 +1,4 @@ use crate::common::*; -use std::fs; -use std::path::{Path, PathBuf}; const FILENAME: &str = "justfile"; @@ -35,7 +33,6 @@ pub(crate) fn justfile(directory: &Path) -> Result { #[cfg(test)] mod tests { use super::*; - use std::fs; #[test] fn not_found() {