Skip to content

Commit

Permalink
Allow lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jan 18, 2024
1 parent c9e83b6 commit 05a5c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustc-hash/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

#![feature(hasher_prefixfree_extras)]
#![allow(rustc::default_hash_types)]

//! Fast, non-cryptographic hash used by rustc and Firefox.
//!
Expand Down

0 comments on commit 05a5c72

Please sign in to comment.