Skip to content

Commit d5d7741

Browse files
committed
Overhaul mods and crates section of tutorial
1 parent f5c95de commit d5d7741

File tree

2 files changed

+154
-163
lines changed

2 files changed

+154
-163
lines changed

doc/lib/codemirror-rust.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CodeMirror.defineMode("rust", function() {
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",
12-
"use": "op", "self": "atom"
12+
"use": "op", "self": "atom", "pub": "atom", "priv": "atom"
1313
};
1414
var typeKeywords = function() {
1515
var keywords = {"fn": "fn"};

0 commit comments

Comments
 (0)