remove unused import

This commit is contained in:
Corwin 2022-02-23 20:58:57 +00:00
parent 592a0814f8
commit 4780b8525d

View file

@ -9,7 +9,7 @@ use modular_bitfield::prelude::{B10, B2, B3, B4, B5, B8, B9};
use modular_bitfield::{bitfield, BitfieldSpecifier};
use rustc_hash::FxHasher;
use hashbrown::{hash_map::Entry, HashMap};
use hashbrown::HashMap;
const BYTES_PER_TILE_4BPP: usize = 32;