Skip to content

Commit 05a5c72

Browse files
committedJan 18, 2024
Allow lint
1 parent c9e83b6 commit 05a5c72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎rustc-hash/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
#![feature(hasher_prefixfree_extras)]
12+
#![allow(rustc::default_hash_types)]
1213

1314
//! Fast, non-cryptographic hash used by rustc and Firefox.
1415
//!

0 commit comments

Comments
 (0)