We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9946f3 + 8d26d86 commit 713487dCopy full SHA for 713487d
src/etc/emacs/rust-mode.el
@@ -53,8 +53,8 @@
53
(defvar rust-value-keywords
54
(let ((table (make-hash-table :test 'equal)))
55
(dolist (word '("mod" "const" "class" "type"
56
- "trait" "struct", "fn" "enum"
57
- "impl"))
+ "trait" "struct" "fn" "enum"
+ "impl"))
58
(puthash word 'def table))
59
(dolist (word '("again" "assert"
60
"break"
0 commit comments