diff options
| author | flip1995 <hello@philkrones.com> | 2019-06-24 10:43:51 +0200 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2019-06-24 10:45:21 +0200 |
| commit | 7de6f5472812a7dde8ffba399b71a3c558cd44bf (patch) | |
| tree | 83e7cd0180cbcd1b3c22e9b540ffe216c3de9007 /src/librustc_data_structures | |
| parent | 08b81f2d070fdeb5364c96ccb2fdd8d992dff955 (diff) | |
| download | rust-7de6f5472812a7dde8ffba399b71a3c558cd44bf.tar.gz rust-7de6f5472812a7dde8ffba399b71a3c558cd44bf.zip | |
Turn internal lints into tool lints
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
