summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/fs/file_type.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/src/fs/file_type.rs')
-rw-r--r--vendor/rustix/src/fs/file_type.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/rustix/src/fs/file_type.rs b/vendor/rustix/src/fs/file_type.rs
index 75935c794..cf8fc1d38 100644
--- a/vendor/rustix/src/fs/file_type.rs
+++ b/vendor/rustix/src/fs/file_type.rs
@@ -1,4 +1,4 @@
-use crate::imp;
+use crate::backend;
/// `S_IF*` constants.
-pub use imp::fs::types::FileType;
+pub use backend::fs::types::FileType;