rust/clippy_lints
Paolo Borelli b0edbca0e6 new lint cast_abs_to_unsigned
Add a lint to detect cast to unsigned for abs() and suggest
unsigned_abs() to avoid panic when called on MIN.
2022-04-07 11:28:14 +02:00
..
src new lint cast_abs_to_unsigned 2022-04-07 11:28:14 +02:00
Cargo.toml Update itertools 2022-03-04 11:54:28 -06:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.