提交 be9eefe4 编写于 作者: B Ben S

Oops, fix --no-default-features compilation

上级 e86f0e12
...@@ -150,4 +150,8 @@ impl Git { ...@@ -150,4 +150,8 @@ impl Git {
// The Err above means that this should never happen // The Err above means that this should never happen
panic!("Tried to access a Git repo without Git support!"); panic!("Tried to access a Git repo without Git support!");
} }
fn dir_status(&self, path: &Path) -> String {
self.status(path)
}
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册