lower msrv

This commit is contained in:
nora 2022-04-06 13:58:58 +02:00
parent 7f90bac1b2
commit 381c514b2e
2 changed files with 14 additions and 10 deletions

View file

@ -89,9 +89,9 @@ extern crate alloc; // we want that for tests so we can use `Box`
mod backend;
mod strategy;
use core::hash::{Hash, Hasher};
use core::{
fmt::{Debug, Formatter},
hash::{Hash, Hasher},
marker::PhantomData,
mem,
ops::Not,