code cleanup

This commit is contained in:
Emma Tebibyte 2023-03-25 00:40:00 -04:00
parent 152348a17a
commit 03e02b9882
Signed by: emma
GPG Key ID: 6D661C738815E7DD
2 changed files with 40 additions and 50 deletions

0
cargo Normal file
View File

View File

@ -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,
}; };