mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-12-28 10:40:48 +00:00
Fix building without default features
This commit is contained in:
parent
299289d76f
commit
c2d42e7d84
@ -8,7 +8,7 @@ pub mod xattr;
|
|||||||
|
|
||||||
#[cfg(not(feature="git"))] pub struct Git;
|
#[cfg(not(feature="git"))] pub struct Git;
|
||||||
#[cfg(not(feature="git"))] use std::path::Path;
|
#[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"))]
|
#[cfg(not(feature="git"))]
|
||||||
impl Git {
|
impl Git {
|
||||||
|
Loading…
Reference in New Issue
Block a user