mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-11 07:10:56 +00:00
Merge pull request #111 from hoodie/master
Fix building without default features
This commit is contained in:
commit
069908adb6
@ -8,7 +8,7 @@ pub mod xattr;
|
||||
|
||||
#[cfg(not(feature="git"))] pub struct Git;
|
||||
#[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"))]
|
||||
impl Git {
|
||||
|
Loading…
Reference in New Issue
Block a user