Remove unused imports throughout src/
This commit is contained in:
parent
55461d888f
commit
dfb5c10dea
214 changed files with 19 additions and 626 deletions
|
|
@ -9,9 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
use core::container::{Container, Mutable};
|
||||
use core::cmp::Eq;
|
||||
use core::prelude::*;
|
||||
use core::uint;
|
||||
use core::vec;
|
||||
|
||||
const initial_capacity: uint = 32u; // 2^5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue