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
|
@ -4,7 +4,7 @@ use std::serialization::{Serializable,
|
|||
Deserializable,
|
||||
Serializer,
|
||||
Deserializer};
|
||||
use codemap::{span, filename};
|
||||
use codemap::{span, FileName};
|
||||
use parse::token;
|
||||
|
||||
#[auto_serialize]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue