diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-08-15 16:25:42 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-08-15 16:25:42 -0700 |
| commit | 6319c8fbc4840e02ee325c6c10bd487ef06518fb (patch) | |
| tree | 1ee1333a4b9311dec8e23e84c08b1b4ed3b02f87 /src/libsyntax/parse/parser.rs | |
| parent | 3038968f2895df915ca397864e96338edaa32e4b (diff) | |
| download | rust-6319c8fbc4840e02ee325c6c10bd487ef06518fb.tar.gz rust-6319c8fbc4840e02ee325c6c10bd487ef06518fb.zip | |
rustc: Fix long lines and trailing whitespace
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 09930bc2553..0f1387069ca 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -40,17 +40,16 @@ import ast::{_mod, add, alt_check, alt_exhaustive, arg, arm, attribute, lit_str, lit_uint, local, m_const, m_imm, m_mutbl, mac_, mac_aq, mac_ellipsis, mac_invoc, mac_invoc_tt, mac_var, matcher, match_nonterminal, match_seq, match_tok, method, mode, mt, mul, - mutability, named_field, neg, noreturn, not, pat, pat_box, pat_enum, - pat_ident, pat_lit, pat_range, pat_rec, pat_struct, pat_tup, - pat_uniq, pat_wild, path, private, proto, proto_bare, + mutability, named_field, neg, noreturn, not, pat, pat_box, + pat_enum, pat_ident, pat_lit, pat_range, pat_rec, pat_struct, + pat_tup, pat_uniq, pat_wild, path, private, proto, proto_bare, proto_block, proto_box, proto_uniq, provided, public, pure_fn, purity, re_anon, re_named, region, rem, required, ret_style, return_val, self_ty, shl, shr, stmt, stmt_decl, stmt_expr, stmt_semi, struct_def, struct_field, struct_variant_kind, - subtract, sty_box, - sty_by_ref, sty_region, sty_static, sty_uniq, sty_value, - token_tree, trait_method, trait_ref, tt_delim, tt_seq, tt_tok, - tt_nonterminal, ty, ty_, ty_bot, ty_box, ty_field, ty_fn, + subtract, sty_box, sty_by_ref, sty_region, sty_static, sty_uniq, + sty_value, token_tree, trait_method, trait_ref, tt_delim, tt_seq, + tt_tok, tt_nonterminal, ty, ty_, ty_bot, 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, tuple_variant_kind, unchecked_blk, uniq, |
