Camel case all the codemap types except span
This commit is contained in:
parent
38b9740668
commit
9ecf86343a
13 changed files with 104 additions and 104 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue