Closed Grinkers closed 11 months ago
Added lints future-incompatible and rust_2018_idioms and appropriate changes.
future-incompatible
rust_2018_idioms
https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html#lint-configuration-through-cargo Now using cargo's lint configuration from 1.74. In the near future, the CI can also be changed to
- run: cargo clippy --all-features -- --deny warnings - run: cargo clippy --no-default-features -- --deny warnings
Missed some lints, maybe allow force on branches to let things be clean? I'll just create one for now. I was half testing permissions.
Added lints
future-incompatible
andrust_2018_idioms
and appropriate changes.https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html#lint-configuration-through-cargo Now using cargo's lint configuration from 1.74. In the near future, the CI can also be changed to