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.
2626 url = "https://github.com/mozilla/rust/tree/master/src/libextra" ) ] ;
2727
2828#[ 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" ) ] ;
3130
3231#[ comment = "Rust extras" ] ;
3332#[ license = "MIT/ASL2" ] ;
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ static PASSES: &'static [Pass] = &[
6363static DEFAULT_PASSES : & ' static [ & ' static str ] = & [
6464 "unindent-comments" ,
6565 "collapse-docs" ,
66+ "strip-hidden" ,
6667 "strip-private" ,
6768] ;
6869
Original file line number Diff line number Diff line change @@ -58,8 +58,7 @@ they contained the following prologue:
5858#[ crate_type = "lib" ] ;
5959
6060#[ 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" ) ] ;
6362
6463// Don't link to std. We are std.
6564#[ no_std] ;
You can’t perform that action at this time.
0 commit comments