rustdoc: Collapse before unindenting
Doesn't make much sense to unindent each line individually and *then* collapse them all together.
This commit is contained in:
parent
e7fa081c18
commit
bcb8657842
2 changed files with 2 additions and 3 deletions
|
@ -61,10 +61,10 @@ static PASSES: &'static [Pass] = &[
|
|||
];
|
||||
|
||||
static DEFAULT_PASSES: &'static [&'static str] = &[
|
||||
"unindent-comments",
|
||||
"collapse-docs",
|
||||
"strip-hidden",
|
||||
"strip-private",
|
||||
"collapse-docs",
|
||||
"unindent-comments",
|
||||
];
|
||||
|
||||
local_data_key!(pub ctxtkey: @core::DocContext)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue