remove specializations (i don't think they are needed)

This commit is contained in:
Brooks Prumo
2021-09-16 16:19:44 -05:00
committed by Jeff Washington (jwash)
parent 93c1de59ed
commit b22f78e072

View File

@ -1,6 +1,3 @@
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(min_specialization))]
#![allow(clippy::integer_arithmetic)]
#![allow(clippy::mut_from_ref)]
mod bucket; mod bucket;
pub mod bucket_map; pub mod bucket_map;
mod bucket_stats; mod bucket_stats;