Skip to content

Commit f34a75c

Browse files
committed
---
yaml --- r: 14589 b: refs/heads/try c: 78bfdb1 h: refs/heads/master i: 14587: 4e0ffd0 v: v3
1 parent 68853f8 commit f34a75c

File tree

6 files changed

+3
-33
lines changed

6 files changed

+3
-33
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: 09f191f3a78b7915c922f9831df3dfe5e050db7f
5+
refs/heads/try: 78bfdb11c861f4423156ff0572743480191c3844
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustdoc/doc.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,14 @@ Fields:
122122
123123
* kind - The type of thing being indexed, e.g. 'Module'
124124
* name - The name of the thing
125+
* brief - A description
125126
* link - A format-specific string representing the link target
126127
127128
"]
128129
type index_entry = {
129130
kind: str,
130131
name: str,
132+
brief: str,
131133
link: str
132134
};
133135

branches/try/src/rustdoc/markdown_index_pass.rs

Lines changed: 0 additions & 29 deletions
This file was deleted.

branches/try/src/rustdoc/rustdoc.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ mod parse;
1717
mod extract;
1818
mod attr_parser;
1919
mod doc;
20-
mod markdown_index_pass;
2120
mod markdown_pass;
2221
mod markdown_writer;
2322
mod fold;

branches/try/src/rustdoc/rustdoc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ fn run(config: config::config) {
147147
unindent_pass::mk_pass(),
148148
sort_item_name_pass::mk_pass(),
149149
sort_item_type_pass::mk_pass(),
150-
markdown_index_pass::mk_pass(),
151150
markdown_pass::mk_pass(config)
152151
]);
153152
}

branches/try/src/test/run-pass/cci_no_inline_exe.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-fast - check-fast doesn't understand aux-build
21
// aux-build:cci_no_inline_lib.rs
32

43
use std;

0 commit comments

Comments
 (0)