-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
std: Don't build docs for misc facade crates #38658
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Nominating for a beta backport due to #38319 |
What about Do you think we can stop including the docs for |
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. |
65fac93
to
03c6e7d
Compare
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) |
@bors r+ |
📌 Commit 03c6e7d has been approved by |
⌛ Testing commit 03c6e7d with merge f6b266d... |
💔 Test failed - status-travis |
looks legitimate:
|
Retain the same behavior as stable. Closes rust-lang#38319
03c6e7d
to
a8535ce
Compare
Man linkchecker is a lifesaver. That just caught a bug where we built no documentation at all! @bors: r=nikomatsakis |
📌 Commit a8535ce has been approved by |
std: Don't build docs for misc facade crates Retain the same behavior as stable. Closes #38319
☀️ Test successful - status-appveyor, status-travis |
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