Tidy up unused imports

This commit is contained in:
Ben S 2014-06-20 21:08:02 +01:00
parent 92b45e6908
commit 9187ded71b

View File

@ -1,4 +1,4 @@
use colours::{Plain, Style, Black, Red, Green, Yellow, Blue, Purple, Cyan, Fixed};
use colours::{Plain, Style, Red, Green, Yellow, Blue, Fixed};
use file::File;
use std::io;