Convert core::result to camel case
This commit is contained in:
parent
3a1582012e
commit
0c6e470a25
52 changed files with 844 additions and 844 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue