mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 07:06:41 +11:00
Add another missing import
This commit is contained in:
parent
7454563325
commit
534a357d85
1 changed files with 1 additions and 1 deletions
|
@ -947,7 +947,7 @@ impl core::ops::Add<i32> for HashType {
|
|||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use core::cell::RefCell;
|
||||
use core::{cell::RefCell, hash::Hasher};
|
||||
|
||||
use alloc::vec::Vec;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue