Skip to content

Commit cf2f6af

Browse files
committed
---
yaml --- r: 83443 b: refs/heads/try c: bcb8657 h: refs/heads/master i: 83441: a8da763 83439: 7462f33 v: v3
1 parent 1b1f973 commit cf2f6af

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 0e4d1fc8cae42e15e00f71d9f439b01bb25a86ae
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5-
refs/heads/try: e7fa081c18880a78c968a402367289a550bd5cb1
5+
refs/heads/try: bcb8657842f7f57f4a4f2335b6cc5390683cc3ce
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

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

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