Use hashbrown from crates.io
This commit is contained in:
parent
fcd3349d14
commit
93bfe39ba5
5 changed files with 13 additions and 4 deletions
|
@ -29,6 +29,11 @@ thin-vec = "0.2.12"
|
|||
tracing = "0.1"
|
||||
# tidy-alphabetical-end
|
||||
|
||||
[dependencies.hashbrown]
|
||||
version = "0.15.2"
|
||||
default-features = false
|
||||
features = ["nightly"] # for may_dangle
|
||||
|
||||
[dependencies.parking_lot]
|
||||
version = "0.12"
|
||||
|
||||
|
|
|
@ -38,8 +38,6 @@
|
|||
#![feature(unwrap_infallible)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
extern crate hashbrown;
|
||||
|
||||
use std::fmt;
|
||||
|
||||
pub use atomic_ref::AtomicRef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue