mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Add another missing import
This commit is contained in:
parent
7454563325
commit
534a357d85
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue