Skip to content

Commit 567a28a

Browse files
committed
---
yaml --- r: 24115 b: refs/heads/master c: 2dae768 h: refs/heads/master i: 24113: c881a9f 24111: 95bbb3a v: v3
1 parent 0d7c9e8 commit 567a28a

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: 1b1aea8e0e3f1035aebda80c20a59d0d4d1704b8
2+
refs/heads/master: 2dae768624de87bcec1160bd29c27af1affe7f5f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/doc/lib/codemirror-rust.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CodeMirror.defineMode("rust", function() {
55
"do": "else-style", "return": "else-style", "fail": "else-style",
66
"break": "atom", "cont": "atom", "const": "let", "resource": "fn",
77
"let": "let", "fn": "fn", "for": "for", "match": "match", "trait": "trait",
8-
"impl": "impl", "type": "type", "enum": "enum", "class": "atom", "mod": "mod",
8+
"impl": "impl", "type": "type", "enum": "enum", "struct": "atom", "mod": "mod",
99
"as": "op", "true": "atom", "false": "atom", "assert": "op", "check": "op",
1010
"claim": "op", "extern": "ignore", "unsafe": "ignore", "import": "else-style",
1111
"export": "else-style", "copy": "op", "log": "op",

0 commit comments

Comments
 (0)