Skip to content

Commit 97601ca

Browse files
committed
Update rust-mode.el with new keywords.
1 parent 8d7dfa4 commit 97601ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/etc/emacs/rust-mode.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
(puthash word 'def table))
5959
(dolist (word '("again" "assert"
6060
"break"
61-
"check" "claim" "copy"
61+
"copy"
6262
"do" "drop"
6363
"else" "export" "extern"
6464
"fail" "for"
6565
"if" "import"
6666
"let" "log" "loop"
67-
"new"
67+
"move" "new"
6868
"pure"
69-
"ret"
69+
"return"
7070
"unchecked" "unsafe"
7171
"while"))
7272
(puthash word t table))

0 commit comments

Comments
 (0)