483b7ac918
`cast_possible_truncation` Suggest TryFrom when truncation possible This fixes the last issues from https://github.com/rust-lang/rust-clippy/pull/9664 as the author seems to be inactive. The PR author was sadly kept during the rebase, due to the conflict resolution. IDK if it's worth it do to a full review, I only added the last commit, everything else remained the same, besides a rebase. --- changelog: Sugg: [`cast_possible_truncation`]: Now suggests using `try_from` or allowing the lint [#10038](https://github.com/rust-lang/rust-clippy/pull/10038) <!-- changelog_checked --> closes: https://github.com/rust-lang/rust-clippy/issues/9231