summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sullivan <sully@msully.net>2012-08-07 12:35:23 -0700
committerMichael Sullivan <sully@msully.net>2012-08-07 17:18:14 -0700
commit50e55e41d547fcf4b659c9f2e2010610b396d7b5 (patch)
treed15c3b335ae6de477f96f8875844533ea14cfb71
parent256de2342004ee854126c9fb98bdca62eb63042d (diff)
downloadrust-mode-50e55e41d547fcf4b659c9f2e2010610b396d7b5.tar.gz
Add 'static' 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))