mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Remove pointless import
This commit is contained in:
parent
426890e856
commit
845e3d027a
|
@ -31,7 +31,7 @@ use core::{
|
||||||
alloc::Allocator,
|
alloc::Allocator,
|
||||||
borrow::Borrow,
|
borrow::Borrow,
|
||||||
fmt::Debug,
|
fmt::Debug,
|
||||||
hash::{BuildHasher, BuildHasherDefault, Hash, Hasher},
|
hash::{BuildHasher, BuildHasherDefault, Hash},
|
||||||
iter::FromIterator,
|
iter::FromIterator,
|
||||||
num::Wrapping,
|
num::Wrapping,
|
||||||
ops::Index,
|
ops::Index,
|
||||||
|
|
Loading…
Reference in a new issue