Skip to content

rustdoc: Include supertraits on inlined traits #14640

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

Merged
merged 1 commit into from
Jun 5, 2014

Conversation

tomjakubowski
Copy link
Contributor

Previously, documentation for an inlined trait (i.e. a trait imported
and reexported from another crate) didn't display the trait's supertraits.

Closes #14636

Previously, documentation for an inlined trait (i.e. a trait imported
and reexported from another crate) didn't display the trait's
supertraits.

Closes rust-lang#14636
bors added a commit that referenced this pull request Jun 5, 2014
Previously, documentation for an inlined trait (i.e. a trait imported
and reexported from another crate) didn't display the trait's supertraits.

Closes #14636
@bors bors closed this Jun 5, 2014
@bors bors merged commit 2382bf4 into rust-lang:master Jun 5, 2014
@tomjakubowski tomjakubowski deleted the fix-14636 branch June 5, 2014 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Supertrait shown in docs for core::num::Zero but not std::num::Zero.
3 participants