Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk
Fix internal `default_hash_types` lint to use resolved path I run into false positives now and then (mostly in Clippy) when I want to name some util after HashMap.
This commit is contained in:
commit
2fd8dbc8af
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue