File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: e7fa081c18880a78c968a402367289a550bd5cb1
2
+ refs/heads/master: bcb8657842f7f57f4a4f2335b6cc5390683cc3ce
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5
5
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ pub fn collapse_docs(crate: clean::Crate) -> plugins::PluginResult {
173
173
( crate , None )
174
174
}
175
175
176
- // n.b. this is copied from src/librustdoc/unindent_pass.rs
177
176
pub fn unindent ( s : & str ) -> ~str {
178
177
let lines = s. any_line_iter ( ) . collect :: < ~[ & str ] > ( ) ;
179
178
let mut saw_first_line = false ;
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ static PASSES: &'static [Pass] = &[
61
61
] ;
62
62
63
63
static DEFAULT_PASSES : & ' static [ & ' static str ] = & [
64
- "unindent-comments" ,
65
- "collapse-docs" ,
66
64
"strip-hidden" ,
67
65
"strip-private" ,
66
+ "collapse-docs" ,
67
+ "unindent-comments" ,
68
68
] ;
69
69
70
70
local_data_key ! ( pub ctxtkey: @core:: DocContext )
You can’t perform that action at this time.
0 commit comments