1
Fork 0

Use hashbrown from crates.io

This commit is contained in:
John Kåre Alsaker 2025-03-21 07:54:06 +01:00
parent fcd3349d14
commit 93bfe39ba5
5 changed files with 13 additions and 4 deletions

View file

@ -38,8 +38,6 @@
#![feature(unwrap_infallible)]
// tidy-alphabetical-end
extern crate hashbrown;
use std::fmt;
pub use atomic_ref::AtomicRef;