libsyntax: Remove 'unchecked_blk' from AST

This commit is contained in:
Brian Anderson 2012-09-18 11:51:06 -07:00
parent c755449fd6
commit 2d11a04e74
5 changed files with 2 additions and 9 deletions

View file

@ -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,