Closed as not planned
Description
rust-postgres
is going to be providing more built-in implementations of ToSql
and FromSql
for third part libraries via Cargo features (e.g. sfackler/rust-postgres@4f80c32). I've tagged the trait impls with a doc comment stating which feature is required to use them (sfackler/rust-postgres@b81acaa), but that comment isn't displayed by rustdoc: http://sfackler.github.io/doc/postgres/trait.ToSql.html.