diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-18 12:09:44 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-18 12:19:43 -0700 |
| commit | b03c71f6297304d40b22583750d288e3c215ca79 (patch) | |
| tree | bd981ad31b768d270eb006af44f0df98685fe747 /src/libsyntax/parse/parser.rs | |
| parent | fa38c1290119c1ceca77db38c0075f7412d296d7 (diff) | |
| download | rust-b03c71f6297304d40b22583750d288e3c215ca79.tar.gz rust-b03c71f6297304d40b22583750d288e3c215ca79.zip | |
Remove dead type definition
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index cbad662800b..8636c51b369 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -22,7 +22,7 @@ use obsolete::{ ObsoleteWith, ObsoleteClassMethod, ObsoleteClassTraits, ObsoleteModeInFnType, ObsoleteByMutRefMode }; -use ast::{_mod, add, alt_check, alt_exhaustive, arg, arm, attribute, +use ast::{_mod, add, arg, arm, attribute, bind_by_ref, bind_by_implicit_ref, bind_by_value, bind_by_move, bitand, bitor, bitxor, blk, blk_check_mode, bound_const, bound_copy, bound_send, bound_trait, bound_owned, box, by_copy, |
