summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/io/fd/raw.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/src/io/fd/raw.rs')
-rw-r--r--vendor/rustix/src/io/fd/raw.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/rustix/src/io/fd/raw.rs b/vendor/rustix/src/io/fd/raw.rs
index 44322d9fe..a522c9794 100644
--- a/vendor/rustix/src/io/fd/raw.rs
+++ b/vendor/rustix/src/io/fd/raw.rs
@@ -7,7 +7,7 @@
#![cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))]
#![allow(unsafe_code)]
-use crate::imp::c;
+use crate::backend::c;
/// Raw file descriptors.
#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))]