]> git.lizzy.rs Git - rust.git/commit
Auto merge of #10038 - xFrednet:9231-sugg-try-from, r=Jarcho
authorbors <bors@rust-lang.org>
Sat, 14 Jan 2023 16:04:51 +0000 (16:04 +0000)
committerbors <bors@rust-lang.org>
Sat, 14 Jan 2023 16:04:51 +0000 (16:04 +0000)
commit483b7ac918980c13482e09d9900dc8102b2f9927
tree03ac0a4a8b68696f68fce26c7df66f771dbc7702
parent91c8ecc5f9ac3b005a532e6d0809eb7682d05cf6
parent5cb6246c3e7ccae640eafbc238a293918b552116
Auto merge of #10038 - xFrednet:9231-sugg-try-from, r=Jarcho

`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