1
Fork 0

auto merge of #18808 : ebfe/rust/lint-names, r=alexcrichton

This commit is contained in:
bors 2014-11-11 12:21:59 +00:00
commit 5d29209bda
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![allow(missing_doc)]
#![allow(missing_docs)]
#![allow(dead_code)]
use io::{mod, IoError, IoResult};

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![allow(missing_doc)]
#![allow(missing_docs)]
#![allow(non_camel_case_types)]
#![allow(unused_imports)]
#![allow(dead_code)]

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![allow(missing_doc)]
#![allow(missing_docs)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(unused_imports)]