diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-08-26 16:54:31 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-08-27 14:37:04 -0700 |
| commit | 0c6e470a257fc546555aa10ededded4a77460a71 (patch) | |
| tree | fb54281612401dba521efedab7626474c80195a9 /src/libsyntax/parse/parser.rs | |
| parent | 3a1582012eafb8b672e15b12b5424e72ea6096af (diff) | |
| download | rust-0c6e470a257fc546555aa10ededded4a77460a71.tar.gz rust-0c6e470a257fc546555aa10ededded4a77460a71.zip | |
Convert core::result to camel case
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index a98be8ec1d0..f73d4163e9c 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -1,6 +1,6 @@ import print::pprust::expr_to_str; -import result::result; +import result::Result; import either::{Either, Left, Right}; import std::map::{hashmap, str_hash}; import token::{can_begin_expr, is_ident, is_ident_or_path, is_plain_ident, |
