Skip to content
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

rustdoc: Add stability notices to impl items #34292

Merged
merged 1 commit into from
Jun 17, 2016

Conversation

ollie27
Copy link
Member

@ollie27 ollie27 commented Jun 15, 2016

Also fixes missing stability notices on methods with no docs.

For example f64::is_positive is missing its deprecation message.

Also fixes missing stability notices on methods with no docs.
@rust-highfive
Copy link
Collaborator

r? @steveklabnik

(rust_highfive has picked a reviewer for you, use r? to override)

@GuillaumeGomez
Copy link
Member

Nice! Thanks!

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Jun 17, 2016

📌 Commit 195fc5a has been approved by GuillaumeGomez

@bors
Copy link
Contributor

bors commented Jun 17, 2016

⌛ Testing commit 195fc5a with merge 1f9423a...

bors added a commit that referenced this pull request Jun 17, 2016
rustdoc: Add stability notices to impl items

Also fixes missing stability notices on methods with no docs.

For example [`f64::is_positive`](https://doc.rust-lang.org/nightly/std/primitive.f64.html#method.is_positive) is missing its deprecation message.
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.

5 participants