Skip to content

Commit df8114c

Browse files
committed
---
yaml --- r: 81879 b: refs/heads/master c: f648690 h: refs/heads/master i: 81877: d687c23 81875: 5e218d0 81871: 49bfe9a v: v3
1 parent 47e2f6a commit df8114c

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c4219a478354b464079b1b7ab081e071e8e39765
2+
refs/heads/master: f648690234ddbf4a8f91b7997a13ce72a8b36958
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729

trunk/src/libextra/extra.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"];

trunk/src/librustdoc/rustdoc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ static PASSES: &'static [Pass] = &[
6363
static DEFAULT_PASSES: &'static [&'static str] = &[
6464
"unindent-comments",
6565
"collapse-docs",
66+
"strip-hidden",
6667
"strip-private",
6768
];
6869

trunk/src/libstd/std.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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];

0 commit comments

Comments
 (0)