From 750ba6eb5742a390fe0cc18831d12755581509db Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 16 Oct 2019 03:15:59 -0700 Subject: [PATCH] Remove unused `use` statements (#497) --- src/search.rs | 3 --- 1 file changed, 3 deletions(-) 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() {