about summary refs log tree commit diff
path: root/src/libcollections
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/libcollections
parent199bdcfeff5cfafd1f8e8ff583d7209272469879 (diff)
downloadrust-a67faf1b25f40c3a4ad8545192136ceea8c4e63f.tar.gz
rust-a67faf1b25f40c3a4ad8545192136ceea8c4e63f.zip
Change the trivial cast lints to allow by default
Diffstat (limited to 'src/libcollections')
-rw-r--r--src/libcollections/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs
index 6a65c991c95..2e6a3527706 100644
--- a/src/libcollections/lib.rs
+++ b/src/libcollections/lib.rs
@@ -25,7 +25,6 @@
 #![doc(test(no_crate_inject))]
 
 #![allow(trivial_casts)]
-#![allow(trivial_numeric_casts)]
 #![feature(alloc)]
 #![feature(box_syntax)]
 #![feature(box_patterns)]