Remove unused imports throughout

This commit is contained in:
Alex Crichton
2013-03-22 22:26:32 -04:00
parent 3d588c5286
commit fa7772893a
12 changed files with 5 additions and 22 deletions

View File

@@ -1202,7 +1202,6 @@ mod tests {
use core::result;
use core::hashmap::linear::LinearMap;
use core::cmp;
fn mk_object(items: &[(~str, Json)]) -> Json {