Skip to content

Commit

Permalink
ir: Fix tabs in context.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Oct 1, 2018
1 parent 7d8ce50 commit 35ea14f
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions src/ir/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -854,58 +854,58 @@ If you encounter an error missing from this list, please file an issue or a PR!"
name.contains("$") ||
match name {
"abstract" |
"alignof" |
"as" |
"async" |
"become" |
"box" |
"alignof" |
"as" |
"async" |
"become" |
"box" |
"break" |
"const" |
"continue" |
"crate" |
"do" |
"const" |
"continue" |
"crate" |
"do" |
"else" |
"enum" |
"extern" |
"false" |
"final" |
"enum" |
"extern" |
"false" |
"final" |
"fn" |
"for" |
"if" |
"impl" |
"in" |
"for" |
"if" |
"impl" |
"in" |
"let" |
"loop" |
"macro" |
"match" |
"mod" |
"loop" |
"macro" |
"match" |
"mod" |
"move" |
"mut" |
"offsetof" |
"override" |
"priv" |
"mut" |
"offsetof" |
"override" |
"priv" |
"proc" |
"pub" |
"pure" |
"ref" |
"return" |
"pub" |
"pure" |
"ref" |
"return" |
"Self" |
"self" |
"sizeof" |
"static" |
"struct" |
"self" |
"sizeof" |
"static" |
"struct" |
"super" |
"trait" |
"true" |
"type" |
"typeof" |
"trait" |
"true" |
"type" |
"typeof" |
"unsafe" |
"unsized" |
"use" |
"virtual" |
"where" |
"unsized" |
"use" |
"virtual" |
"where" |
"while" |
"yield" |
"yield" |
"bool" |
"_" => true,
_ => false,
Expand Down

0 comments on commit 35ea14f

Please sign in to comment.