diff options
| author | Haitao Li <lihaitao@gmail.com> | 2011-11-11 00:41:42 +0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-11-10 19:19:40 -0800 |
| commit | 5a7249c935d52e79db2301a6cccfd28dff9bf38e (patch) | |
| tree | 843bb8cadfecccf970a3af56ea87259cc83de4a1 /src/comp/syntax/parse/token.rs | |
| parent | 9bc2f1800dcf97aff968478569c52204ec6d3998 (diff) | |
| download | rust-5a7249c935d52e79db2301a6cccfd28dff9bf38e.tar.gz rust-5a7249c935d52e79db2301a6cccfd28dff9bf38e.zip | |
Cleanup unused imports
Diffstat (limited to 'src/comp/syntax/parse/token.rs')
| -rw-r--r-- | src/comp/syntax/parse/token.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/comp/syntax/parse/token.rs b/src/comp/syntax/parse/token.rs index c89d99f0baf..ee02e24c7a8 100644 --- a/src/comp/syntax/parse/token.rs +++ b/src/comp/syntax/parse/token.rs @@ -1,10 +1,8 @@ import ast::ty_mach; import ast_util::ty_mach_to_str; -import std::map::new_str_hash; import util::interner; -import std::{int, uint, str, option}; -import option::{some, none}; +import std::{int, uint, str}; type str_num = uint; |
