mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-15 00:45:08 +01:00
lower msrv
This commit is contained in:
parent
7f90bac1b2
commit
381c514b2e
2 changed files with 14 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue