Skip to content

Commit 059f872

Browse files
committed
Tidy up uses.
1 parent 07a3bac commit 059f872

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/io/fcntl.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
//!
99
//! [`io`]: crate::io
1010
11-
use crate::backend;
12-
use crate::io;
11+
use crate::{backend, io};
1312
use backend::fd::{AsFd, OwnedFd, RawFd};
1413

1514
pub use backend::io::types::FdFlags;

0 commit comments

Comments
 (0)