Skip to content

Commit dab2c04

Browse files
committed
Remove unused import
1 parent 71d5614 commit dab2c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sys/test_termios.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use nix::{Error, fcntl, unistd};
44
use nix::errno::Errno;
55
use nix::pty::openpty;
66
use nix::sys::termios::{self, ECHO, OPOST, OCRNL, Termios, tcgetattr};
7-
use nix::unistd::{read, write, close};
7+
use nix::unistd::{read, write};
88

99
/// Helper function analogous to std::io::Write::write_all, but for `RawFd`s
1010
fn write_all(f: RawFd, buf: &[u8]) {

0 commit comments

Comments
 (0)