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

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

[nongnu] elpa/rust-mode 8622310 091/486: Add 'move' keyword to emacs, ka


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 8622310 091/486: Add 'move' keyword to emacs, kate, and vim editor modes.
Date: Sat, 7 Aug 2021 09:24:55 -0400 (EDT)

branch: elpa/rust-mode
commit 86223101ccdaa6a4a65e4fe26c005fb71e355403
Author: Sean Gillespie <sean.william.g@gmail.com>
Commit: Sean Gillespie <sean.william.g@gmail.com>

    Add 'move' keyword to emacs, kate, and vim editor modes.
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 6a514c8..df14af4 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -176,7 +176,7 @@
     "false" "fn" "for"
     "if" "impl" "in"
     "let" "loop"
-    "match" "mod" "mut"
+    "match" "mod" "move" "mut"
     "priv" "proc" "pub"
     "ref" "return"
     "self" "static" "struct" "super"



reply via email to

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