about summary refs log tree commit diff
path: root/src/libcollections/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-27 10:07:54 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-27 10:07:54 -0700
commitdc6bb5e8ef68720650ae37354684a6dee61117bb (patch)
tree82ffeac8dd3f68b3bb12c9f0fd0f124d8de8760e /src/libcollections/lib.rs
parentaff160bb0343c9d09b93b2deb045ae51d18ade34 (diff)
parenta67faf1b25f40c3a4ad8545192136ceea8c4e63f (diff)
downloadrust-dc6bb5e8ef68720650ae37354684a6dee61117bb.tar.gz
rust-dc6bb5e8ef68720650ae37354684a6dee61117bb.zip
rollup merge of #23776: nrc/allow_trivial_cast
r? @alexcrichton
Diffstat (limited to 'src/libcollections/lib.rs')
-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 e32ee34887c..3a054096807 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)]