Skip to content

Commit be1865f

Browse files
committed
Remove #[allow(missing_doc)]
The underlying bug is fixed
1 parent 9da1336 commit be1865f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

types/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ macro_rules! make_postgres_type(
7777
($($doc:attr $oid:ident => $variant:ident $(member $member:ident)*),+) => (
7878
/// A Postgres type
7979
#[deriving(Eq)]
80-
#[allow(missing_doc)] // FIXME mozilla/rust#10853
8180
pub enum PostgresType {
8281
$(
8382
$doc

0 commit comments

Comments
 (0)