Alex Macleod
|
815876d93f
|
Move MSRV tests into the lint specific test files
|
2022-10-21 21:35:39 +00:00 |
|
Koichi ITO
|
ae0216d557
|
Use the traits added to the Rust 2021 Edition prelude
Follow up https://github.com/rust-lang/rust/pull/96861.
This PR uses the traits added to the Rust 2021 Edition prelude.
> The `TryInto`, `TryFrom` and `FromIterator` traits are now part of the prelude.
https://doc.rust-lang.org/edition-guide/rust-2021/prelude.html
|
2022-05-12 00:38:11 +09:00 |
|
Matthias Krüger
|
9b7ab1d38b
|
checked-conversions: make lint adhere to lint message convention
|
2020-08-10 23:48:57 +02:00 |
|
Lzu Tao
|
b39fd5f62f
|
Fix false negative of checked_conversion lint
|
2020-06-03 09:04:24 +07:00 |
|
pJunger
|
00a5ef64a2
|
Added suggestion for conversion with is_ok.
|
2019-05-18 09:33:26 +02:00 |
|
pJunger
|
47444c44ad
|
Added lint for TryFrom for checked integer conversion rust-lang#3947.
|
2019-05-18 09:33:25 +02:00 |
|