Skip to content

Commit 35ea14f

Browse files
committed
ir: Fix tabs in context.rs.
1 parent 7d8ce50 commit 35ea14f

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

src/ir/context.rs

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -854,58 +854,58 @@ If you encounter an error missing from this list, please file an issue or a PR!"
854854
name.contains("$") ||
855855
match name {
856856
"abstract" |
857-
"alignof" |
858-
"as" |
859-
"async" |
860-
"become" |
861-
"box" |
857+
"alignof" |
858+
"as" |
859+
"async" |
860+
"become" |
861+
"box" |
862862
"break" |
863-
"const" |
864-
"continue" |
865-
"crate" |
866-
"do" |
863+
"const" |
864+
"continue" |
865+
"crate" |
866+
"do" |
867867
"else" |
868-
"enum" |
869-
"extern" |
870-
"false" |
871-
"final" |
868+
"enum" |
869+
"extern" |
870+
"false" |
871+
"final" |
872872
"fn" |
873-
"for" |
874-
"if" |
875-
"impl" |
876-
"in" |
873+
"for" |
874+
"if" |
875+
"impl" |
876+
"in" |
877877
"let" |
878-
"loop" |
879-
"macro" |
880-
"match" |
881-
"mod" |
878+
"loop" |
879+
"macro" |
880+
"match" |
881+
"mod" |
882882
"move" |
883-
"mut" |
884-
"offsetof" |
885-
"override" |
886-
"priv" |
883+
"mut" |
884+
"offsetof" |
885+
"override" |
886+
"priv" |
887887
"proc" |
888-
"pub" |
889-
"pure" |
890-
"ref" |
891-
"return" |
888+
"pub" |
889+
"pure" |
890+
"ref" |
891+
"return" |
892892
"Self" |
893-
"self" |
894-
"sizeof" |
895-
"static" |
896-
"struct" |
893+
"self" |
894+
"sizeof" |
895+
"static" |
896+
"struct" |
897897
"super" |
898-
"trait" |
899-
"true" |
900-
"type" |
901-
"typeof" |
898+
"trait" |
899+
"true" |
900+
"type" |
901+
"typeof" |
902902
"unsafe" |
903-
"unsized" |
904-
"use" |
905-
"virtual" |
906-
"where" |
903+
"unsized" |
904+
"use" |
905+
"virtual" |
906+
"where" |
907907
"while" |
908-
"yield" |
908+
"yield" |
909909
"bool" |
910910
"_" => true,
911911
_ => false,

0 commit comments

Comments
 (0)