Browse Source

Tidy up unused imports

Ben S 11 năm trước cách đây
mục cha
commit
9187ded71b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      filetype.rs

+ 1 - 1
filetype.rs

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