diff --git a/src/fs/feature/mod.rs b/src/fs/feature/mod.rs index 9fe56f1..72db8e1 100644 --- a/src/fs/feature/mod.rs +++ b/src/fs/feature/mod.rs @@ -8,7 +8,7 @@ pub mod xattr; #[cfg(not(feature="git"))] pub struct Git; #[cfg(not(feature="git"))] use std::path::Path; -#[cfg(not(feature="git"))] use file::fields; +#[cfg(not(feature="git"))] use fs::fields; #[cfg(not(feature="git"))] impl Git {