Skip to content

Commit 129599f

Browse files
committed
Merge imports from the same mod in stdio
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 0172fa5 commit 129599f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/stdio.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ use super::native_mux_impl;
55

66
use std::fs::File;
77
use std::io;
8-
use std::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
9-
use std::os::unix::io::{BorrowedFd, OwnedFd};
8+
use std::os::unix::io::{AsRawFd, BorrowedFd, FromRawFd, IntoRawFd, OwnedFd, RawFd};
109
use std::pin::Pin;
1110
use std::process;
1211
use std::task::{Context, Poll};

0 commit comments

Comments
 (0)