diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 10:07:54 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 10:07:54 -0700 |
| commit | dc6bb5e8ef68720650ae37354684a6dee61117bb (patch) | |
| tree | 82ffeac8dd3f68b3bb12c9f0fd0f124d8de8760e /src/libcollections/lib.rs | |
| parent | aff160bb0343c9d09b93b2deb045ae51d18ade34 (diff) | |
| parent | a67faf1b25f40c3a4ad8545192136ceea8c4e63f (diff) | |
| download | rust-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.rs | 1 |
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)] |
