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 @@ -26,8 +26,7 @@ Rust extras are part of the standard Rust distribution.
26
26
url = "https://github.com/mozilla/rust/tree/master/src/libextra" ) ] ;
27
27
28
28
#[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
29
- html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
30
- passes = "strip-hidden" ) ] ;
29
+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ) ] ;
31
30
32
31
#[ comment = "Rust extras" ] ;
33
32
#[ license = "MIT/ASL2" ] ;
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ static PASSES: &'static [Pass] = &[
63
63
static DEFAULT_PASSES : & ' static [ & ' static str ] = & [
64
64
"unindent-comments" ,
65
65
"collapse-docs" ,
66
+ "strip-hidden" ,
66
67
"strip-private" ,
67
68
] ;
68
69
Original file line number Diff line number Diff line change @@ -58,8 +58,7 @@ they contained the following prologue:
58
58
#[ crate_type = "lib" ] ;
59
59
60
60
#[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
61
- html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
62
- passes = "strip-hidden" ) ] ;
61
+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ) ] ;
63
62
64
63
// Don't link to std. We are std.
65
64
#[ no_std] ;
You can’t perform that action at this time.
0 commit comments