Use hashbrown from crates.io
This commit is contained in:
parent
fcd3349d14
commit
93bfe39ba5
5 changed files with 13 additions and 4 deletions
|
@ -24,3 +24,8 @@ rustc_span = { path = "../rustc_span" }
|
|||
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|
||||
tracing = "0.1"
|
||||
# tidy-alphabetical-end
|
||||
|
||||
[dependencies.hashbrown]
|
||||
version = "0.15.2"
|
||||
default-features = false
|
||||
features = ["nightly"] # for may_dangle
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
#![feature(min_specialization)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
extern crate hashbrown;
|
||||
|
||||
pub mod cache;
|
||||
pub mod dep_graph;
|
||||
mod error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue