Update test fixtures

This commit is contained in:
Lukas Wirth 2022-08-25 21:06:35 +02:00
parent 0c9375b829
commit 5b6aefe565
2 changed files with 445 additions and 444 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,4 @@
//! A none hashing [`Hasher`] implementation.
use std::{
hash::{BuildHasher, Hasher},
marker::PhantomData,