summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/io/fcntl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/src/io/fcntl.rs')
-rw-r--r--vendor/rustix/src/io/fcntl.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/rustix/src/io/fcntl.rs b/vendor/rustix/src/io/fcntl.rs
index 109e4540b..ba79149ff 100644
--- a/vendor/rustix/src/io/fcntl.rs
+++ b/vendor/rustix/src/io/fcntl.rs
@@ -8,8 +8,7 @@
//!
//! [`io`]: crate::io
-use crate::backend;
-use crate::io;
+use crate::{backend, io};
use backend::fd::{AsFd, OwnedFd, RawFd};
pub use backend::io::types::FdFlags;