clean-up unused import warnings

This commit is contained in:
Huon Wilson
2013-06-10 23:15:01 +10:00
parent ead4468249
commit 5a711ea7c3
10 changed files with 1 additions and 11 deletions

View File

@@ -32,7 +32,6 @@ use option::{None, Option, Some};
use old_iter::{BaseIter, EqIter};
use ptr;
use ptr::RawPtr;
use str;
use to_str::ToStr;
use uint;
use vec;