summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/backend/libc/io/errno.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/src/backend/libc/io/errno.rs')
-rw-r--r--vendor/rustix/src/backend/libc/io/errno.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/rustix/src/backend/libc/io/errno.rs b/vendor/rustix/src/backend/libc/io/errno.rs
index 9e808c0b4..71fba49e9 100644
--- a/vendor/rustix/src/backend/libc/io/errno.rs
+++ b/vendor/rustix/src/backend/libc/io/errno.rs
@@ -3,7 +3,7 @@
//! This type holds an OS error code, which conceptually corresponds to an
//! `errno` value.
-use super::super::c;
+use crate::backend::c;
use libc_errno::errno;
/// The error type for `rustix` APIs.