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

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

[nongnu] elpa/rust-mode 3e388ed 2/2: include keyword existential in rust


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 3e388ed 2/2: include keyword existential in rust-keywords
Date: Fri, 22 Oct 2021 13:58:20 -0400 (EDT)

branch: elpa/rust-mode
commit 3e388ed7cf8a7d7ed730f2e041e180e538a161f7
Author: brotzeit <brotzeitmacher@gmail.com>
Commit: brotzeit <brotzeitmacher@gmail.com>

    include keyword existential in rust-keywords
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index f513065..b2542ec 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -289,7 +289,7 @@ Use idomenu (imenu with `ido-mode') for best mileage.")
     "box" "break"
     "const" "continue" "crate"
     "do" "dyn"
-    "else" "enum" "extern"
+    "else" "enum" "extern" "existential"
     "false" "fn" "for"
     "if" "impl" "in"
     "let" "loop"



reply via email to

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