diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-09 02:21:11 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-09 02:22:23 +1000 |
| commit | 98ba91f81bea38d8fc8bd5bc0cb44ac3e173a53c (patch) | |
| tree | f99d1c8374844ccf7a3368110d3e33c0e51f18bb /src/libsyntax/parse/token.rs | |
| parent | 00f591680983cc19a6d9f24d8f8c0026ccf20398 (diff) | |
| download | rust-98ba91f81bea38d8fc8bd5bc0cb44ac3e173a53c.tar.gz rust-98ba91f81bea38d8fc8bd5bc0cb44ac3e173a53c.zip | |
remove unused import warnings
Diffstat (limited to 'src/libsyntax/parse/token.rs')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index ecf83483c21..7359448a8f2 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -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; |
