about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-07-18 15:14:15 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-07-18 18:02:07 -0700
commitde5d5e6eebbfdd660b2587763b122bc9df3eeb8f (patch)
tree6615f3776ffbf79d4ae69a8af34fb1be06487d4c /src/libsyntax/parse
parent57e8de89174b8e4395e20568537d43d66a82d855 (diff)
downloadrust-de5d5e6eebbfdd660b2587763b122bc9df3eeb8f.tar.gz
rust-de5d5e6eebbfdd660b2587763b122bc9df3eeb8f.zip
Remove non-existent imports
Diffstat (limited to 'src/libsyntax/parse')
-rw-r--r--src/libsyntax/parse/parser.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index 6bcf22c8220..9d2fb947451 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -19,8 +19,8 @@ import ast::{_mod, add, alt_check, alt_exhaustive, arg, arm, attribute,
              bound_copy, bound_send, bound_trait, bound_owned,
              box, by_copy, by_move,
              by_mutbl_ref, by_ref, by_val, capture_clause, capture_item,
-             carg_base, carg_ident, cdir_dir_mod, cdir_src_mod,
-             cdir_view_item, checked_expr, claimed_expr, class_immutable,
+             cdir_dir_mod, cdir_src_mod,
+             cdir_view_item, class_immutable,
              class_member, class_method, class_mutable,
              crate, crate_cfg, crate_directive, decl,
              decl_item, decl_local, default_blk, deref, div, expl, expr,
@@ -48,7 +48,7 @@ import ast::{_mod, add, alt_check, alt_exhaustive, arg, arm, attribute,
              ret_style, return_val, shl, shr, stmt, stmt_decl, stmt_expr,
              stmt_semi, subtract, token_tree, trait_method, trait_ref,
              tt_delim, tt_dotdotdot, tt_flat, tt_interpolate, ty, ty_, ty_bot,
-             ty_box, ty_constr, ty_constr_, ty_constr_arg, ty_field, ty_fn,
+             ty_box, ty_field, ty_fn,
              ty_infer, ty_mac, ty_method, ty_nil, ty_param, ty_path, ty_ptr,
              ty_rec, ty_rptr, ty_tup, ty_u32, ty_uniq, ty_vec,
              ty_fixed_length,