Skip to content

Commit 6c15dd6

Browse files
committed
rust-mode: Add 'ref' keyword
1 parent 7e8c363 commit 6c15dd6

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
@@ -70,7 +70,7 @@
7070
"let" "log" "loop"
7171
"move" "new"
7272
"pure" "pub" "priv"
73-
"return" "static"
73+
"ref" "return" "static"
7474
"unchecked" "unsafe"
7575
"while"))
7676
(puthash word t table))

0 commit comments

Comments
 (0)