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 6a514c8..df14af4 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -176,7 +176,7 @@
"false" "fn" "for"
"if" "impl" "in"
"let" "loop"
- "match" "mod" "mut"
+ "match" "mod" "move" "mut"
"priv" "proc" "pub"
"ref" "return"
"self" "static" "struct" "super"