From 434152157f9d73ad1899fb8da3a61aed6f8a46d6 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Tue, 23 Jul 2019 20:34:17 +0300 Subject: Remove lint annotations in specific crates that are already enforced by rustbuild Remove some random unnecessary lint `allow`s --- src/libcore/tests/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libcore/tests') diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs index 505f8b0a261..a3b108b2e9c 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -32,7 +32,6 @@ #![feature(const_fn)] #![feature(iter_partition_in_place)] #![feature(iter_is_partitioned)] -#![warn(rust_2018_idioms)] extern crate test; -- cgit 1.4.1-3-g733a5