diff options
Diffstat (limited to 'src/libsync')
| -rw-r--r-- | src/libsync/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libsync/lib.rs b/src/libsync/lib.rs index 7e7a6afc8ee..58bd837104c 100644 --- a/src/libsync/lib.rs +++ b/src/libsync/lib.rs @@ -22,9 +22,7 @@ #![feature(phase)] #![deny(deprecated_owned_vector)] -// #![deny(missing_doc)] // NOTE: uncomment after a stage0 snap -#![allow(missing_doc)] // NOTE: remove after a stage0 snap -#![allow(visible_private_types)] // NOTE: remove after a stage0 snap +#![deny(missing_doc)] #[cfg(test)] #[phase(syntax, link)] extern crate log; |
