diff options
-rw-r--r-- | ripple/fossil/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripple/fossil/src/lib.rs b/ripple/fossil/src/lib.rs index b3a1c3d..85943f0 100644 --- a/ripple/fossil/src/lib.rs +++ b/ripple/fossil/src/lib.rs @@ -12,7 +12,7 @@ use { collections::BTreeMap, fs, io::{self, Read, Write}, - os::unix::{fs::PermissionsExt, prelude::FileExt}, + os::unix::prelude::*, path::Path, str, }, |