about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-09-18 11:51:06 -0700
committerBrian Anderson <banderson@mozilla.com>2012-09-18 11:51:17 -0700
commit2d11a04e742410561f392801d29d622867e105b8 (patch)
tree937875439d2acdba1c41466c6ad2698be6f15d78 /src/libsyntax/parse/parser.rs
parentc755449fd6c10bf0b7850788b9faf6799ef7e38d (diff)
downloadrust-2d11a04e742410561f392801d29d622867e105b8.tar.gz
rust-2d11a04e742410561f392801d29d622867e105b8.zip
libsyntax: Remove 'unchecked_blk' from AST
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
-rw-r--r--src/libsyntax/parse/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index dd3e9093166..73b2594c4ae 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -61,7 +61,7 @@ use ast::{_mod, add, alt_check, alt_exhaustive, arg, arm, attribute,
              ty_box, ty_field, ty_fn, ty_infer, ty_mac, ty_method, ty_nil,
              ty_param, ty_param_bound, ty_path, ty_ptr, ty_rec, ty_rptr,
              ty_tup, ty_u32, ty_uniq, ty_vec, ty_fixed_length, type_value_ns,
-             unchecked_blk, uniq, unnamed_field, unsafe_blk, unsafe_fn,
+             uniq, unnamed_field, unsafe_blk, unsafe_fn,
              variant, view_item, view_item_, view_item_export,
              view_item_import, view_item_use, view_path, view_path_glob,
              view_path_list, view_path_simple, visibility, vstore, vstore_box,