mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-01-24 22:28:27 +00:00
Oops, fix --no-default-features compilation
This commit is contained in:
parent
e86f0e12bf
commit
be9eefe44b
@ -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)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user