-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Standard library documentation documents trait implementations for the miniz_oxide crate #90526
Comments
They should definitely not be displayed. |
After taking a look, I have to admit that I have no idea how to handle this... We could add Maybe you have an idea @camelid @notriddle ? |
This seems related to #88696. |
Thanks for the link! |
I think this is exactly what |
It is, but the EDIT: nevermind, you're absolutely right @camelid. I confused it with |
…otriddle Fix miniz_oxide types showing up in std docs Fixes rust-lang#90526. Thanks to `@camelid,` I rediscovered `doc(masked)`, allowing us to prevent `miniz_oxide` type to show up in std docs. r? `@notriddle`
…otriddle Fix miniz_oxide types showing up in std docs Fixes rust-lang#90526. Thanks to ``@camelid,`` I rediscovered `doc(masked)`, allowing us to prevent `miniz_oxide` type to show up in std docs. r? ``@notriddle``
…otriddle Fix miniz_oxide types showing up in std docs Fixes rust-lang#90526. Thanks to ```@camelid,``` I rediscovered `doc(masked)`, allowing us to prevent `miniz_oxide` type to show up in std docs. r? ```@notriddle```
…otriddle Fix miniz_oxide types showing up in std docs Fixes rust-lang#90526. Thanks to ````@camelid,```` I rediscovered `doc(masked)`, allowing us to prevent `miniz_oxide` type to show up in std docs. r? ````@notriddle````
…otriddle Fix miniz_oxide types showing up in std docs Fixes rust-lang#90526. Thanks to `````@camelid,````` I rediscovered `doc(masked)`, allowing us to prevent `miniz_oxide` type to show up in std docs. r? `````@notriddle`````
…otriddle Fix miniz_oxide types showing up in std docs Fixes rust-lang#90526. Thanks to ``````@camelid,`````` I rediscovered `doc(masked)`, allowing us to prevent `miniz_oxide` type to show up in std docs. r? ``````@notriddle``````
While looking at the standard library documentation of
std::result::Result
I found some trait implementations ofFrom<StreamResult>
documented there. These belong to theminiz_oxide
crate. I do not think this trait implementation belongs in the standard library documentation.See https://doc.rust-lang.org/stable/std/result/enum.Result.html#impl-From%3CStreamResult%3E
This is also present in the standard library documentation that
rustup
installs locally.Meta
The Version string on docs.rust-lang.org is
Version 1.56.1 (59eed8a2a 2021-11-01)
at the time of writing.I was told on the
#docs-rs
discord channel to tag @GuillaumeGomez in this issue.The text was updated successfully, but these errors were encountered: