helsing-ai / buffrs

Modern protobuf package management
https://crates.io/crates/buffrs
Apache License 2.0
185 stars 12 forks source link

Enable more clippy lints for automated code review #154

Open mara-schulke opened 10 months ago

mara-schulke commented 10 months ago

https://rust-lang.github.io/rust-clippy/master/index.html#/import?groups=cargo,complexity,correctness,deprecated,nursery,pedantic,perf,restriction,style,suspicious

tomkarw commented 9 months ago

Let me introduce you to a comprehensive list of optional clippy lints :P

However, I dislike the fact that optional lints used to pollute source files. Starting from 1.74.0 there is a way to specify them in Cargo.toml, we should use that.