Skip to content

Commit 328cd7c

Browse files
committed
---
yaml --- r: 82647 b: refs/heads/auto c: f648690 h: refs/heads/master i: 82645: 7380f25 82643: b6cefa5 82639: 398ab8e v: v3
1 parent 3be2d31 commit 328cd7c

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
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: c4219a478354b464079b1b7ab081e071e8e39765
16+
refs/heads/auto: f648690234ddbf4a8f91b7997a13ce72a8b36958
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

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