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

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

[nongnu] elpa/rust-mode 50e55e4 012/486: Add 'static' to rust-mode.el.


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 50e55e4 012/486: Add 'static' to rust-mode.el.
Date: Sat, 7 Aug 2021 09:24:38 -0400 (EDT)

branch: elpa/rust-mode
commit 50e55e41d547fcf4b659c9f2e2010610b396d7b5
Author: Michael Sullivan <sully@msully.net>
Commit: Michael Sullivan <sully@msully.net>

    Add 'static' to rust-mode.el.
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 94fc905..6978685 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -66,7 +66,7 @@
                     "let" "log" "loop"
                     "move" "new"
                     "pure"
-                    "return"
+                    "return" "static"
                     "unchecked" "unsafe"
                     "while"))
       (puthash word t table))



reply via email to

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