Skip to content

Commit 4be8239

Browse files
committed
Add 'static' to rust-mode.el.
1 parent 7f7f476 commit 4be8239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/emacs/rust-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"let" "log" "loop"
6767
"move" "new"
6868
"pure"
69-
"return"
69+
"return" "static"
7070
"unchecked" "unsafe"
7171
"while"))
7272
(puthash word t table))

0 commit comments

Comments
 (0)