Add 'static' to rust-mode.el.
This commit is contained in:
parent
7f7f47620e
commit
4be8239ac2
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
"let" "log" "loop"
|
||||
"move" "new"
|
||||
"pure"
|
||||
"return"
|
||||
"return" "static"
|
||||
"unchecked" "unsafe"
|
||||
"while"))
|
||||
(puthash word t table))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue