From a67faf1b25f40c3a4ad8545192136ceea8c4e63f Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Fri, 27 Mar 2015 18:41:18 +1300 Subject: Change the trivial cast lints to allow by default --- src/libcollections/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libcollections/lib.rs') 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)] -- cgit 1.4.1-3-g733a5