branch: elpa/rust-mode
commit 50e55e41d547fcf4b659c9f2e2010610b396d7b5
Author: Michael Sullivan <[email protected]>
Commit: Michael Sullivan <[email protected]>

    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