Open Andrea-moth opened 11 months ago
Thanks for pointing it out.
Could you open a PR and fix these warnings? I went over them all, some are reserved for possible future usages, eg ImageUpload::editable
or AppStatus::Warning
. You can either delete them or use #[rustfmt::skip]
.
Compiling using the latest version throws these warnings, while not a detriment to the working order of the project, it will definitely harm confidence in the quality of the app and may turn people off entirely.
They should easy fixes though, as the compiler tells you how to fix most of them