mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Unmerge ugly use statements
This commit is contained in:
13
src/tty.rs
13
src/tty.rs
@@ -3,15 +3,10 @@ use std::io;
|
||||
use std::os::fd::{AsFd, AsRawFd, BorrowedFd, OwnedFd};
|
||||
|
||||
use anyhow::Result;
|
||||
use nix::{
|
||||
errno::Errno,
|
||||
libc, pty,
|
||||
sys::{
|
||||
select::{select, FdSet},
|
||||
time::TimeVal,
|
||||
},
|
||||
unistd,
|
||||
};
|
||||
use nix::errno::Errno;
|
||||
use nix::sys::select::{select, FdSet};
|
||||
use nix::sys::time::TimeVal;
|
||||
use nix::{libc, pty, unistd};
|
||||
use rgb::RGB8;
|
||||
use termion::raw::{IntoRawMode, RawTerminal};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user