From 161a82e433fbfbc0bd57a4d951ac37656a8a30f6 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 27 Aug 2012 14:22:25 -0700 Subject: Camel case various core constructors --- src/libsyntax/parse/parser.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index f73d4163e9c..8bc78a53548 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -13,7 +13,7 @@ import prec::{as_prec, token_to_binop}; import attr::parser_attr; import common::{seq_sep_trailing_disallowed, seq_sep_trailing_allowed, seq_sep_none, token_to_str}; -import dvec::dvec; +import dvec::DVec; import vec::{push}; import ast::{_mod, add, alt_check, alt_exhaustive, arg, arm, attribute, bind_by_ref, bind_by_implicit_ref, bind_by_value, bind_by_move, @@ -3427,7 +3427,7 @@ struct parser { items_allowed = false } - let (view_items, items) = (dvec(), dvec()); + let (view_items, items) = (DVec(), DVec()); loop { match self.parse_item_or_view_item(attrs, items_allowed) { iovi_none => -- cgit 1.4.1-3-g733a5