Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenn committed Sep 8, 2024
1 parent 464efa6 commit 33302a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tty/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use nix::poll::{self, PollFlags, PollTimeout};
use nix::sys::select::{self, FdSet};
#[cfg(not(feature = "termios"))]
use nix::sys::termios::Termios;
#[cfg(target_os = "macos")]
use nix::sys::time::TimeValLike;
use nix::unistd::{close, isatty, read, write};
#[cfg(feature = "termios")]
Expand Down

0 comments on commit 33302a8

Please sign in to comment.