Fix building without default features

This commit is contained in:
Hendrik Sollich 2016-05-03 00:03:22 +02:00
parent 299289d76f
commit c2d42e7d84

View File

@ -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 {