diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-08-11 12:55:14 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-08-14 05:39:53 -0400 |
| commit | 2601c864878412814134f417b7a738e5ee8898f2 (patch) | |
| tree | 494a8734730f506a23e08e2b4f8c948565c375bb /src/librustc_data_structures | |
| parent | e9b3a0176440fa1696c730b55d82e68e8e6c41f6 (diff) | |
| download | rust-2601c864878412814134f417b7a738e5ee8898f2.tar.gz rust-2601c864878412814134f417b7a738e5ee8898f2.zip | |
Handle cfg(bootstrap) throughout
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 9f103437d36..f7593501959 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -27,7 +27,7 @@ #![cfg_attr(unix, feature(libc))] -#![cfg_attr(not(bootstrap), allow(rustc::default_hash_types))] +#![allow(rustc::default_hash_types)] #[macro_use] extern crate log; |
