Skip to content

Commit 4ae7495

Browse files
committed
---
yaml --- r: 22931 b: refs/heads/master c: 4019d3a h: refs/heads/master i: 22929: 63b2746 22927: d7f6403 v: v3
1 parent 162cf9f commit 4ae7495

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,5 +1,5 @@
11
---
2-
refs/heads/master: 2f832d4b2d6ca861bb8f919226061c63965efd59
2+
refs/heads/master: 4019d3a86b907c80de8b26c5b5c1f5bb52636fb1
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/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)