Skip to content

Commit b9515a9

Browse files
committed
---
yaml --- r: 13764 b: refs/heads/try c: 4d096a8 h: refs/heads/master v: v3
1 parent cd92339 commit b9515a9

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: dc69355e999d6c923507ccae4d877fa4370c872d
5+
refs/heads/try: 4d096a8c860b0f7ff0933a8606f6e39398aebaae
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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/try/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)