remove unused import warnings

This commit is contained in:
Huon Wilson 2013-06-09 02:21:11 +10:00
parent 00f5916809
commit 98ba91f81b
29 changed files with 14 additions and 52 deletions

View file

@ -22,7 +22,6 @@ use core::char;
use core::cmp::Equiv;
use core::local_data;
use core::str;
use core::hashmap::HashSet;
use core::rand;
use core::rand::RngUtil;
use core::to_bytes;