Add another missing import

This commit is contained in:
Gwilym Inzani 2023-10-07 20:39:13 +01:00
parent 7454563325
commit 534a357d85

View file

@ -947,7 +947,7 @@ impl core::ops::Add<i32> for HashType {
#[cfg(test)] #[cfg(test)]
mod test { mod test {
use core::cell::RefCell; use core::{cell::RefCell, hash::Hasher};
use alloc::vec::Vec; use alloc::vec::Vec;