mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +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 std::os::fd::{AsFd, AsRawFd, BorrowedFd, OwnedFd};
|
||||||
|
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use nix::{
|
use nix::errno::Errno;
|
||||||
errno::Errno,
|
use nix::sys::select::{select, FdSet};
|
||||||
libc, pty,
|
use nix::sys::time::TimeVal;
|
||||||
sys::{
|
use nix::{libc, pty, unistd};
|
||||||
select::{select, FdSet},
|
|
||||||
time::TimeVal,
|
|
||||||
},
|
|
||||||
unistd,
|
|
||||||
};
|
|
||||||
use rgb::RGB8;
|
use rgb::RGB8;
|
||||||
use termion::raw::{IntoRawMode, RawTerminal};
|
use termion::raw::{IntoRawMode, RawTerminal};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user