Reduce warnings

This commit is contained in:
Jeremy Soller
2018-11-10 07:52:45 -07:00
parent 131dcac554
commit ebffc977b2
20 changed files with 28 additions and 54 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
use super::{constants, Buffer, BUFSIZ, FILE, UNGET};
use super::{constants, Buffer, BUFSIZ, FILE};
use core::cell::UnsafeCell;
use core::ptr;
use core::sync::atomic::AtomicBool;
use fs::File;
use io::LineWriter;