clippy: allow default_hash_types on bootstrap

This commit is contained in:
Cameron Steffen 2021-07-08 12:59:16 -05:00
parent d6b0d0bf97
commit 17ebba70d0

View file

@ -1,4 +1,4 @@
#![allow(rustc::default_hash_types)]
#![cfg_attr(bootstrap, allow(rustc::default_hash_types))]
use std::borrow::Cow;
use std::collections::BTreeMap;