Remove unused imports throughout src/
This commit is contained in:
parent
55461d888f
commit
dfb5c10dea
214 changed files with 19 additions and 626 deletions
|
|
@ -10,11 +10,9 @@
|
|||
|
||||
//! Simple ANSI color library
|
||||
|
||||
use core::i32;
|
||||
use core::io;
|
||||
use core::option;
|
||||
use core::os;
|
||||
use core::str;
|
||||
use core::vec;
|
||||
|
||||
// FIXME (#2807): Windows support.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue