I ran cargo clippy --all -- -D clippy::all and fixed all of the warnings
I decided not to make this part of the GitHub workflow just yet, as my previous addition (mandatory cargo fmt) caused some toil for @Toqozz and I'd like to earn back some trust first :)
I did manually test this with some notifications with and without icons, nothing seemed to explode :)
cargo clippy --all -- -D clippy::all
and fixed all of the warningscargo fmt
) caused some toil for @Toqozz and I'd like to earn back some trust first :)