Change the trivial cast lints to allow by default

This commit is contained in:
Nick Cameron 2015-03-27 18:41:18 +13:00
parent 199bdcfeff
commit a67faf1b25
25 changed files with 8 additions and 32 deletions

View file

@ -15,7 +15,6 @@
#![allow(non_snake_case)]
#![allow(dead_code)]
#![allow(trivial_casts)]
#![allow(trivial_numeric_casts)]
#![crate_name = "rustc_llvm"]
#![unstable(feature = "rustc_private")]