Skip to content

Commit 86d636a

Browse files
committed
Remove duplicate keywords
1 parent b1cca0f commit 86d636a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ idomenu (imenu with `ido-mode') for best mileage.")
11871187
(concat "^\\s-*\\(?:priv\\|pub\\)?\\s-*"
11881188
(regexp-opt
11891189
'("enum" "struct" "type" "mod" "use" "fn" "static" "impl"
1190-
"extern" "impl" "static" "trait"))))
1190+
"extern" "trait"))))
11911191

11921192
(defun rust-beginning-of-defun (&optional arg)
11931193
"Move backward to the beginning of the current defun.

0 commit comments

Comments
 (0)