diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-11-12 18:59:37 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-11-14 15:18:26 -0800 |
| commit | 9ecf86343a136c71cbb2bb8da9bfd1734fec37f4 (patch) | |
| tree | 7d1aea436a16f3c53aeaa19d1f8d2b5a987a5487 /src/libsyntax/parse/parser.rs | |
| parent | 38b9740668f596989a2a714e556d59d5b49112dc (diff) | |
| download | rust-9ecf86343a136c71cbb2bb8da9bfd1734fec37f4.tar.gz rust-9ecf86343a136c71cbb2bb8da9bfd1734fec37f4.zip | |
Camel case all the codemap types except span
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 9df6b7ab5d2..43628b0908f 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -5,7 +5,7 @@ use either::{Either, Left, Right}; use std::map::HashMap; use token::{can_begin_expr, is_ident, is_ident_or_path, is_plain_ident, INTERPOLATED, special_idents}; -use codemap::{span,fss_none}; +use codemap::{span,FssNone}; use util::interner::Interner; use ast_util::{spanned, respan, mk_sp, ident_to_path, operator_prec}; use lexer::reader; |
