branch: elpa/rust-mode
commit 38940fff88422c76155ced2e23af3b4569b5c323
Author: Brian Anderson <[email protected]>
Commit: Brian Anderson <[email protected]>

    rust-mode: Add 'ref' keyword
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 9a9b92d..d9ee135 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -70,7 +70,7 @@
                     "let" "log" "loop"
                     "move" "new"
                     "pure" "pub" "priv"
-                    "return" "static"
+                    "ref" "return" "static"
                     "unchecked" "unsafe"
                     "while"))
       (puthash word t table))

Reply via email to