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 94fc905..6978685 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -66,7 +66,7 @@
"let" "log" "loop"
"move" "new"
"pure"
- "return"
+ "return" "static"
"unchecked" "unsafe"
"while"))
(puthash word t table))