Skip to content

Commit bc66ab3

Browse files
committed
---
yaml --- r: 20823 b: refs/heads/snap-stage3 c: 4019d3a h: refs/heads/master i: 20821: 4587b7f 20819: 948b2b2 20815: 695ccf6 v: v3
1 parent f1b3812 commit bc66ab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: e430a699f2c60890d9b86069fd0c68a70ece7120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 2f832d4b2d6ca861bb8f919226061c63965efd59
4+
refs/heads/snap-stage3: 4019d3a86b907c80de8b26c5b5c1f5bb52636fb1
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/etc/emacs/rust-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
(defvar rust-value-keywords
5454
(let ((table (make-hash-table :test 'equal)))
5555
(dolist (word '("mod" "const" "class" "type"
56-
"trait" "fn" "enum"
56+
"trait" "struct", "fn" "enum"
5757
"impl"))
5858
(puthash word 'def table))
5959
(dolist (word '("again" "assert"

0 commit comments

Comments
 (0)