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.
1 parent 162cf9f commit 4ae7495Copy full SHA for 4ae7495
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 2f832d4b2d6ca861bb8f919226061c63965efd59
+refs/heads/master: 4019d3a86b907c80de8b26c5b5c1f5bb52636fb1
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
trunk/src/etc/emacs/rust-mode.el
@@ -53,7 +53,7 @@
53
(defvar rust-value-keywords
54
(let ((table (make-hash-table :test 'equal)))
55
(dolist (word '("mod" "const" "class" "type"
56
- "trait" "fn" "enum"
+ "trait" "struct", "fn" "enum"
57
"impl"))
58
(puthash word 'def table))
59
(dolist (word '("again" "assert"
0 commit comments