added `#[allow(unused)]` to `Image` implementation
This commit is contained in:
parent
418416425b
commit
fcb904c5cd
|
@ -16,6 +16,7 @@ where
|
|||
pixels: Vec<(T, T, T, T)>,
|
||||
}
|
||||
|
||||
#[allow(unused)]
|
||||
impl<T> Image<T>
|
||||
where
|
||||
T: Add + Sub + Mul + Div + PartialEq + Default + Copy,
|
||||
|
|
Loading…
Reference in New Issue