Browse Source

Fix build without default features

Bond_009 7 years ago
parent
commit
8b60285320
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/fs/feature/mod.rs

+ 1 - 1
src/fs/feature/mod.rs

@@ -8,7 +8,7 @@ pub mod git {
     use std::iter::FromIterator;
     use std::path::{Path, PathBuf};
 
-    use fs::fields as f;
+    use crate::fs::fields as f;
 
 
     pub struct GitCache;