fix: take care of clippy warnings and add test image

This commit is contained in:
multisn8 2024-01-11 01:36:47 +01:00
parent 24ebca3e8d
commit 816602fb2e
Signed by untrusted user: multisamplednight
GPG key ID: 6D525AA147CBDAE2
7 changed files with 37 additions and 36 deletions

View file

@ -1,5 +1,5 @@
use image::DynamicImage;
pub enum DynamicValue {
pub enum Dynamic {
Image(DynamicImage),
}