put hashbrown behind alloc feature

This commit is contained in:
2023-01-03 00:22:48 +01:00
parent e85e953c93
commit 1fcc8d3f57
5 changed files with 47 additions and 40 deletions

View File

@ -1,3 +1,4 @@
// TODO: Refactor this to also test the STD impl using mpsc
#[cfg(feature = "crossbeam")]
pub mod crossbeam_test {
use hashbrown::HashMap;