You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.htmlcc @aturon
The text was updated successfully, but these errors were encountered: