diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2015-03-27 18:41:18 +1300 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2015-03-27 18:41:18 +1300 |
| commit | a67faf1b25f40c3a4ad8545192136ceea8c4e63f (patch) | |
| tree | a8a4c4911ed287f175345042f8f14c3311aed086 /src/librustc_llvm | |
| parent | 199bdcfeff5cfafd1f8e8ff583d7209272469879 (diff) | |
| download | rust-a67faf1b25f40c3a4ad8545192136ceea8c4e63f.tar.gz rust-a67faf1b25f40c3a4ad8545192136ceea8c4e63f.zip | |
Change the trivial cast lints to allow by default
Diffstat (limited to 'src/librustc_llvm')
| -rw-r--r-- | src/librustc_llvm/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_llvm/lib.rs b/src/librustc_llvm/lib.rs index 9d564fa56f5..d128e6f1a5f 100644 --- a/src/librustc_llvm/lib.rs +++ b/src/librustc_llvm/lib.rs @@ -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")] |
