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

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

[nongnu] elpa/rust-mode ac92ff6 037/486: etc: add the `in` keyword to th


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode ac92ff6 037/486: etc: add the `in` keyword to the emacs mode.
Date: Sat, 7 Aug 2021 09:24:43 -0400 (EDT)

branch: elpa/rust-mode
commit ac92ff61d5e383a5e17c4f838caa59d0e972bc21
Author: Huon Wilson <dbau.pp+github@gmail.com>
Commit: Huon Wilson <dbau.pp+github@gmail.com>

    etc: add the `in` keyword to the emacs mode.
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 106cdbf..87c505e 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -102,7 +102,7 @@
     "do"
     "else" "enum" "extern"
     "false" "fn" "for"
-    "if" "impl"
+    "if" "impl" "in"
     "let" "loop"
     "match" "mod" "mut"
     "priv" "pub"



reply via email to

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