lance icon indicating copy to clipboard operation
lance copied to clipboard

Enable stricter clippy lints

Open chebbyChefNEQ opened this issue 1 year ago • 2 comments

candidates:

  • clippy::pedantic which has a bunch of type cast safety checks
  • clippy::unwrap_used
  • maybe more we could pick from the restriction category: https://rust-lang.github.io/rust-clippy/master/index.html#?levels=allow,none&groups=restriction

chebbyChefNEQ avatar Sep 16 '23 15:09 chebbyChefNEQ

Heh I could probably use this one for myself: https://rust-lang.github.io/rust-clippy/master/index.html#/dbg_macro?levels=allow,none&groups=restriction

wjones127 avatar Sep 18 '23 16:09 wjones127

https://github.com/EmbarkStudios/rust-ecosystem/blob/main/lints.toml

might be a good list to start with

chebbyChefNEQ avatar Apr 24 '24 14:04 chebbyChefNEQ