emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 38940ff 027/486: rust-mode: Add 'ref' keyword


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 38940ff 027/486: rust-mode: Add 'ref' keyword
Date: Sat, 7 Aug 2021 09:24:41 -0400 (EDT)

branch: elpa/rust-mode
commit 38940fff88422c76155ced2e23af3b4569b5c323
Author: Brian Anderson <banderson@mozilla.com>
Commit: Brian Anderson <banderson@mozilla.com>

    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

[Prev in Thread] Current Thread [Next in Thread]