Tidy up uses.

This commit is contained in:
Dan Gohman
2022-11-28 06:54:38 -08:00
parent 8fca74091c
commit ef9a77313a
+1 -2
View File
@@ -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;