-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Term and getopt crates show in the standard library documentation #49388
Comments
@Mark-Simulacrum How do crates get included in the std docs? I thought other private dependencies were already being excluded. |
I don't see it being built locally so it's probably an old version of term, though I'm not certain. We'd have to figure out whether these are a recent-ish version and go from there, probably... |
Oh, these aren't from std's docs I think -- but rather tests' docs. I don't know if it's actually too much of a problem and am somewhat inclined to just leave it, but I suppose we could fix it if necessary. Should just be a matter of adding |
This was triggered by #49193. The docs for |
I just built the docs once again and didn't have the problem. I suppose the issue can therefore be closed. |
@GuillaumeGomez you need to enable the compiler docs to reproduce this. |
You mean besides running |
Yeah, you need to have |
Could this be reopened? It is clearly not fixed: https://doc.rust-lang.org/nightly/term/index.html. This could also do with a |
…eklabnik,QuietMisdreavus,frewsxcv,GuillaumeGomez Add docs for the test crate with the std docs If the compiler docs aren't going to include the test crate then it may as well be included with std. Fixes rust-lang#49388
These crates were added by #48588, but should probably be hidden. See https://doc.rust-lang.org/nightly/term/index.html.
The text was updated successfully, but these errors were encountered: