rust/clippy_lints
J-ZhengLi 52c4dc65d9 fix [cast_possible_truncation] offering wrong suggestion when casting from float
suggest `try_into` when casting to wildcard type;
fix [`cast_possible_truncation`] suggesting useless parenthesis;

remove suggesting for float to float conversion in [`cast_possible_truncation`]

style nit
2023-03-25 09:26:43 +08:00
..
src fix [cast_possible_truncation] offering wrong suggestion when casting from float 2023-03-25 09:26:43 +08:00
Cargo.toml Bump Clippy version -> 0.1.70 2023-03-10 10:22:27 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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