lance
lance copied to clipboard
Enable stricter clippy lints
candidates:
clippy::pedanticwhich has a bunch of type cast safety checks- clippy::unwrap_used
- maybe more we could pick from the
restrictioncategory: https://rust-lang.github.io/rust-clippy/master/index.html#?levels=allow,none&groups=restriction
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
https://github.com/EmbarkStudios/rust-ecosystem/blob/main/lints.toml
might be a good list to start with