Skip to content

Commit 63257d2

Browse files
committed
---
yaml --- r: 81881 b: refs/heads/master c: bcb8657 h: refs/heads/master i: 81879: df8114c v: v3
1 parent 82dca7c commit 63257d2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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: e7fa081c18880a78c968a402367289a550bd5cb1
2+
refs/heads/master: bcb8657842f7f57f4a4f2335b6cc5390683cc3ce
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729

trunk/src/librustdoc/passes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ pub fn collapse_docs(crate: clean::Crate) -> plugins::PluginResult {
173173
(crate, None)
174174
}
175175

176-
// n.b. this is copied from src/librustdoc/unindent_pass.rs
177176
pub fn unindent(s: &str) -> ~str {
178177
let lines = s.any_line_iter().collect::<~[&str]>();
179178
let mut saw_first_line = false;

trunk/src/librustdoc/rustdoc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ static PASSES: &'static [Pass] = &[
6161
];
6262

6363
static DEFAULT_PASSES: &'static [&'static str] = &[
64-
"unindent-comments",
65-
"collapse-docs",
6664
"strip-hidden",
6765
"strip-private",
66+
"collapse-docs",
67+
"unindent-comments",
6868
];
6969

7070
local_data_key!(pub ctxtkey: @core::DocContext)

0 commit comments

Comments
 (0)