about summary refs log tree commit diff
path: root/src/libcore/num/int_macros.rs
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2015-03-27 18:41:18 +1300
committerNick Cameron <ncameron@mozilla.com>2015-03-27 18:41:18 +1300
commita67faf1b25f40c3a4ad8545192136ceea8c4e63f (patch)
treea8a4c4911ed287f175345042f8f14c3311aed086 /src/libcore/num/int_macros.rs
parent199bdcfeff5cfafd1f8e8ff583d7209272469879 (diff)
downloadrust-a67faf1b25f40c3a4ad8545192136ceea8c4e63f.tar.gz
rust-a67faf1b25f40c3a4ad8545192136ceea8c4e63f.zip
Change the trivial cast lints to allow by default
Diffstat (limited to 'src/libcore/num/int_macros.rs')
-rw-r--r--src/libcore/num/int_macros.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/num/int_macros.rs b/src/libcore/num/int_macros.rs
index 675f568a960..fe0d6d13c4c 100644
--- a/src/libcore/num/int_macros.rs
+++ b/src/libcore/num/int_macros.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 #![doc(hidden)]
-#![allow(trivial_numeric_casts)]
 
 macro_rules! int_module { ($T:ty, $bits:expr) => (