naomijub / edn-rs

[DEPRECATED]: Crate to parse and emit EDN
https://crates.io/crates/edn-rs
MIT License
81 stars 14 forks source link

Lints #115

Closed Grinkers closed 11 months ago

Grinkers commented 11 months ago

Added lints future-incompatible and rust_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

- run: cargo clippy --all-features -- --deny warnings
- run: cargo clippy --no-default-features -- --deny warnings
Grinkers commented 11 months ago

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.