Remove #[allow(missing_doc)]

The underlying bug is fixed
This commit is contained in:
Steven Fackler
2013-12-10 19:18:31 -08:00
parent 9da1336f59
commit be1865ff12

View File

@@ -77,7 +77,6 @@ macro_rules! make_postgres_type(
($($doc:attr $oid:ident => $variant:ident $(member $member:ident)*),+) => (
/// A Postgres type
#[deriving(Eq)]
#[allow(missing_doc)] // FIXME mozilla/rust#10853
pub enum PostgresType {
$(
$doc