Explorar o código

Oops, fix --no-default-features compilation

Ben S %!s(int64=11) %!d(string=hai) anos
pai
achega
be9eefe44b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/dir.rs

+ 4 - 0
src/dir.rs

@@ -150,4 +150,8 @@ impl Git {
         // The Err above means that this should never happen
         panic!("Tried to access a Git repo without Git support!");
     }
+
+    fn dir_status(&self, path: &Path) -> String {
+        self.status(path)
+    }
 }