Skip to content

Commit 8b60285

Browse files
committed
Fix build without default features
1 parent f599c7c commit 8b60285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fs/feature/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub mod git {
88
use std::iter::FromIterator;
99
use std::path::{Path, PathBuf};
1010

11-
use fs::fields as f;
11+
use crate::fs::fields as f;
1212

1313

1414
pub struct GitCache;

0 commit comments

Comments
 (0)