clippy: allow default_hash_types on bootstrap

This commit is contained in:
Cameron Steffen 2021-07-08 12:59:16 -05:00
parent 7cd0643eb2
commit dce274024e

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;