File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: c4219a478354b464079b1b7ab081e071e8e39765
2
+ refs/heads/master: f648690234ddbf4a8f91b7997a13ce72a8b36958
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 @@ -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