diff options
Diffstat (limited to 'src/libterm')
| -rw-r--r-- | src/libterm/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs index 05104d5729f..a94a13aa017 100644 --- a/src/libterm/lib.rs +++ b/src/libterm/lib.rs @@ -21,9 +21,7 @@ #![feature(macro_rules)] -// #![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)] extern crate collections; |
