Uh oh!
There was an error while loading. Please reload this page.
std: Don't build docs for misc facade crates - #38658
Conversation
rust-highfive
commented
Dec 28, 2016
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Dec 28, 2016
Nominating for a beta backport due to #38319 |
ollie27
commented
Dec 28, 2016
What about Do you think we can stop including the docs for |
alexcrichton
commented
Dec 28, 2016
Oh I didn't see those on https://doc.rust-lang.org/beta/std/ but I see them now on nightly, I'll update accordingly. Also yeah let's axe the libc docs. |
nikomatsakis
commented
Dec 30, 2016
Marked as beta-accepted (cc @rust-lang/compiler -- though this could also be considered @rust-lang/tools; in any case the patch seems clearly ok to backport) |
nikomatsakis
commented
Dec 30, 2016
@bors r+ |
bors
commented
Dec 30, 2016
📌 Commit 03c6e7d has been approved by |
bors
commented
Dec 30, 2016
⌛ Testing commit 03c6e7d with merge f6b266d... |
bors
commented
Dec 30, 2016
💔 Test failed - status-travis |
nikomatsakis
commented
Dec 30, 2016
looks legitimate: |
Retain the same behavior as stable. Closesrust-lang#38319
alexcrichton
commented
Dec 30, 2016
Man linkchecker is a lifesaver. That just caught a bug where we built no documentation at all! @bors: r=nikomatsakis |
bors
commented
Dec 30, 2016
📌 Commit a8535ce has been approved by |
bors
commented
Dec 30, 2016
std: Don't build docs for misc facade crates Retain the same behavior as stable. Closes#38319
bors
commented
Dec 30, 2016
☀️ Test successful - status-appveyor, status-travis |
ollie27
commented
Jan 2, 2017
This doesn't seem to have worked: https://doc.rust-lang.org/nightly/std/. The docs for |
Retain the same behavior as stable.
Closes#38319