diff options
| author | John Clements <clements@racket-lang.org> | 2013-06-04 11:09:18 -0700 |
|---|---|---|
| committer | John Clements <clements@racket-lang.org> | 2013-06-05 12:01:39 -0700 |
| commit | 8dad2bb2814fec7f8593f54b5d95e892a09596ab (patch) | |
| tree | 5bf6f3efca9a795f089f111d1382fa9dfb022f81 /src/libsyntax/ast.rs | |
| parent | 367eddf5b1777928ca0119932a877aaec757293a (diff) | |
| download | rust-8dad2bb2814fec7f8593f54b5d95e892a09596ab.tar.gz rust-8dad2bb2814fec7f8593f54b5d95e892a09596ab.zip | |
removed unused imports (and one unused argument)
Diffstat (limited to 'src/libsyntax/ast.rs')
| -rw-r--r-- | src/libsyntax/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 45c801f0994..5bbc5d4e819 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -15,7 +15,7 @@ use core::prelude::*; use codemap::{span, spanned}; use abi::AbiSet; use opt_vec::OptVec; -use parse::token::{get_ident_interner, ident_to_str, interner_get, str_to_ident}; +use parse::token::{ident_to_str, interner_get, str_to_ident}; use core::hashmap::HashMap; use core::option::Option; |
