summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 00b6501..7dc37bc 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -55,7 +55,7 @@
(dolist (word '("mod" "type" "resource" "fn" "enum" "iface" "impl"))
(puthash word 'def table))
(dolist (word '("if" "else" "while" "do" "for" "break" "cont" "ret" "be" "fail" "const"
- "check" "assert" "claim" "prove" "native" "import" "export" "let" "log"
+ "check" "assert" "claim" "prove" "native" "import" "export" "let" "mut" "log"
"use" "pure" "unsafe"))
(puthash word t table))
(puthash "alt" 'alt table)