chore: fix nightly clippy
This commit is contained in:
parent
66283a79bd
commit
d815bc089c
6 changed files with 8 additions and 13 deletions
|
|
@ -3,7 +3,7 @@ use std::ops::Deref;
|
|||
use std::sync::Arc;
|
||||
use std::{fmt, io, mem};
|
||||
|
||||
use crate::as_any::{impl_dyn_casting, AsAny};
|
||||
use crate::as_any::AsAny;
|
||||
|
||||
pub(crate) const PIXEL_SIZE: usize = mem::size_of::<u32>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue