Skip to content

Commit 534a357

Browse files
committed
Add another missing import
1 parent 7454563 commit 534a357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agb-hashmap/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ impl core::ops::Add<i32> for HashType {
947947

948948
#[cfg(test)]
949949
mod test {
950-
use core::cell::RefCell;
950+
use core::{cell::RefCell, hash::Hasher};
951951

952952
use alloc::vec::Vec;
953953

0 commit comments

Comments
 (0)