Make arenas thread safe

This commit is contained in:
John Kåre Alsaker 2017-12-03 13:49:46 +01:00
parent ead5cf11b8
commit 19d44f2d24
3 changed files with 77 additions and 0 deletions

3
src/Cargo.lock generated
View file

@ -66,6 +66,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "arena"
version = "0.0.0"
dependencies = [
"rustc_data_structures 0.0.0",
]
[[package]]
name = "arrayvec"