code cleanup
This commit is contained in:
parent
152348a17a
commit
03e02b9882
90
src/main.rs
90
src/main.rs
@ -19,11 +19,9 @@
|
|||||||
use std::{
|
use std::{
|
||||||
env,
|
env,
|
||||||
fs::File,
|
fs::File,
|
||||||
io::{
|
io::Read,
|
||||||
Read,
|
|
||||||
stdin,
|
|
||||||
},
|
|
||||||
iter::Peekable,
|
iter::Peekable,
|
||||||
|
os::fd::{ FromRawFd },
|
||||||
path::Path,
|
path::Path,
|
||||||
str::FromStr,
|
str::FromStr,
|
||||||
};
|
};
|
||||||