From 7de6f5472812a7dde8ffba399b71a3c558cd44bf Mon Sep 17 00:00:00 2001 From: flip1995 Date: Mon, 24 Jun 2019 10:43:51 +0200 Subject: Turn internal lints into tool lints --- src/librustc_data_structures/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librustc_data_structures') diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index 96fb8deb2cf..7609e9591fb 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -27,7 +27,7 @@ #![cfg_attr(test, feature(test))] #![deny(rust_2018_idioms)] -#![allow(default_hash_types)] +#![cfg_attr(not(bootstrap), allow(rustc::default_hash_types))] #[macro_use] extern crate log; -- cgit 1.4.1-3-g733a5