diff options
| author | flip1995 <hello@philkrones.com> | 2019-06-17 17:05:45 +0200 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2019-06-24 10:45:20 +0200 |
| commit | 65c81dee75a39dc990485f181e3eaf055dc37fa4 (patch) | |
| tree | 6eecaf2f1314dabcb70246a71ec2243617668b1c /src/librustc_data_structures | |
| parent | 084c829fb8ee8fc4410169cde0d029b8214e38e0 (diff) | |
| download | rust-65c81dee75a39dc990485f181e3eaf055dc37fa4.tar.gz rust-65c81dee75a39dc990485f181e3eaf055dc37fa4.zip | |
Allow default_hash_types in some crates
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index a1d7ab8856d..96fb8deb2cf 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -27,6 +27,7 @@ #![cfg_attr(test, feature(test))] #![deny(rust_2018_idioms)] +#![allow(default_hash_types)] #[macro_use] extern crate log; |
