Add 'static' to rust-mode.el.

This commit is contained in:
Michael Sullivan 2012-08-07 12:35:23 -07:00
parent 7f7f47620e
commit 4be8239ac2

View File

@ -66,7 +66,7 @@
"let" "log" "loop"
"move" "new"
"pure"
"return"
"return" "static"
"unchecked" "unsafe"
"while"))
(puthash word t table))