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

Stability dashboard seems to pull in things it shouldn't #22101

Closed
sfackler opened this issue Feb 8, 2015 · 3 comments
Closed

Stability dashboard seems to pull in things it shouldn't #22101

sfackler opened this issue Feb 8, 2015 · 3 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@sfackler
Copy link
Member

sfackler commented Feb 8, 2015

Nothing in rust-postgres has been marked with any stability annotations, but the rustdoc stability summary shows it being 12% stable: http://sfackler.github.io/rust-postgres/doc/postgres/stability.html

cc @aturon

@sfackler sfackler added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Feb 8, 2015
@steveklabnik
Copy link
Member

The stability attributes aren't meant for anything but rustc. Doesn't mean this isn't a bug, but just sayin'.

@aturon
Copy link
Member

aturon commented Feb 16, 2015

@sfackler

Currently, when you impl a trait, if you don't provide a stability marker on the impl it will default to the stability of the trait. This was a workaround for #[derive], where you cannot provide your own stability marker.

I'm pretty sure what you're seeing here is just stable implementations for standard traits.

@aturon
Copy link
Member

aturon commented Feb 16, 2015

Closing in favor of #18969

@aturon aturon closed this as completed Feb 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants