We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece013d commit 4528c17Copy full SHA for 4528c17
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rahashmap"
3
-version = "0.2.12"
+version = "0.2.13"
4
authors = ["Jonathan Behrens <[email protected]>", "The Rust Project Developers"]
5
license = "MIT/Apache-2.0"
6
description = "Fork of standard library HashMap with additional functionality."
src/lib.rs
@@ -1,3 +1,4 @@
+#![feature(alloc_layout_extra)]
#![feature(allocator_api)]
#![feature(dropck_eyepatch)]
#![feature(hashmap_internals)]
0 commit comments