summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 9a9b92d..d9ee135 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -70,7 +70,7 @@
"let" "log" "loop"
"move" "new"
"pure" "pub" "priv"
- "return" "static"
+ "ref" "return" "static"
"unchecked" "unsafe"
"while"))
(puthash word t table))