Fix build without default features

This commit is contained in:
Bond_009 2018-12-08 01:01:39 +01:00
parent f599c7ce93
commit 8b60285320

View File

@ -8,7 +8,7 @@ pub mod git {
use std::iter::FromIterator;
use std::path::{Path, PathBuf};
use fs::fields as f;
use crate::fs::fields as f;
pub struct GitCache;