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

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

[nongnu] elpa/rust-mode 86d636a 223/486: Remove duplicate keywords


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 86d636a 223/486: Remove duplicate keywords
Date: Sat, 7 Aug 2021 09:25:23 -0400 (EDT)

branch: elpa/rust-mode
commit 86d636aad77e6918e11bca0328c9cc0d0c9db0f9
Author: Matt Kraai <kraai@ftbfs.org>
Commit: Matt Kraai <kraai@ftbfs.org>

    Remove duplicate keywords
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index b20c709..686498b 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -1187,7 +1187,7 @@ idomenu (imenu with `ido-mode') for best mileage.")
   (concat "^\\s-*\\(?:priv\\|pub\\)?\\s-*"
           (regexp-opt
            '("enum" "struct" "type" "mod" "use" "fn" "static" "impl"
-             "extern" "impl" "static" "trait"))))
+             "extern" "trait"))))
 
 (defun rust-beginning-of-defun (&optional arg)
   "Move backward to the beginning of the current defun.



reply via email to

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