We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da1336 commit be1865fCopy full SHA for be1865f
1 file changed
types/mod.rs
@@ -77,7 +77,6 @@ macro_rules! make_postgres_type(
77
($($doc:attr $oid:ident => $variant:ident $(member $member:ident)*),+) => (
78
/// A Postgres type
79
#[deriving(Eq)]
80
- #[allow(missing_doc)] // FIXME mozilla/rust#10853
81
pub enum PostgresType {
82
$(
83
$doc
0 commit comments