Skip to content

Commit 58aa56c

Browse files
committed
---
yaml --- r: 7778 b: refs/heads/snap-stage3 c: 4d096a8 h: refs/heads/master v: v3
1 parent 2e7a6cc commit 58aa56c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: dc69355e999d6c923507ccae4d877fa4370c872d
4+
refs/heads/snap-stage3: 4d096a8c860b0f7ff0933a8606f6e39398aebaae
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/rustdoc/rustdoc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mod parse;
1616
mod extract;
1717
mod attr_parser;
1818
mod doc;
19-
mod gen;
19+
mod markdown_pass;
2020
mod fold;
2121
mod path_pass;
2222
mod attr_pass;

branches/snap-stage3/src/rustdoc/rustdoc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ fn run(source_file: str) {
102102
prune_undoc_pass::mk_pass(),
103103
desc_to_brief_pass::mk_pass(),
104104
trim_pass::mk_pass(),
105-
gen::mk_pass {|| std::io:: stdout()}
105+
markdown_pass::mk_pass {|| std::io:: stdout()}
106106
]);
107107
}

0 commit comments

Comments
 (0)