-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed as not planned
Closed as not planned
Copy link
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
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.
schneiderfelipe
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.