Skip to content

Commit a8da763

Browse files
committed
---
yaml --- r: 83441 b: refs/heads/try c: f648690 h: refs/heads/master i: 83439: 7462f33 v: v3
1 parent 5ab2d7e commit a8da763

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 0e4d1fc8cae42e15e00f71d9f439b01bb25a86ae
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5-
refs/heads/try: c4219a478354b464079b1b7ab081e071e8e39765
5+
refs/heads/try: f648690234ddbf4a8f91b7997a13ce72a8b36958
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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"];

branches/try/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

branches/try/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)