Explorar o código

style: remove unused imports

greatbridf hai 7 meses
pai
achega
de301086a1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/fs/ext4.rs

+ 1 - 1
src/fs/ext4.rs

@@ -12,7 +12,7 @@ use crate::{
             mount::{register_filesystem, Mount, MountCreator},
             s_isdir, s_isreg,
             vfs::Vfs,
-            DevId, FsContext, TimeSpec,
+            DevId, FsContext,
         },
     },
     path::Path,