Skip to content

Commit cdad7f6

Browse files
committed
etc: add the in keyword to the emacs mode.
1 parent deddb00 commit cdad7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/emacs/rust-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"do"
103103
"else" "enum" "extern"
104104
"false" "fn" "for"
105-
"if" "impl"
105+
"if" "impl" "in"
106106
"let" "loop"
107107
"match" "mod" "mut"
108108
"priv" "pub"

0 commit comments

Comments
 (0)