Skip to content

Commit 34fa844

Browse files
committed
---
yaml --- r: 11583 b: refs/heads/master c: 78bfdb1 h: refs/heads/master i: 11581: b8c9b03 11579: 0c8420c 11575: 5f8dc90 11567: 180fad0 11551: 09ef7e8 11519: 58e9d6d v: v3
1 parent 8f8cf56 commit 34fa844

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 09f191f3a78b7915c922f9831df3dfe5e050db7f
2+
refs/heads/master: 78bfdb11c861f4423156ff0572743480191c3844
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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

trunk/src/rustdoc/markdown_index_pass.rs

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

trunk/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;

trunk/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
}

trunk/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)