rust/clippy_utils/src
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
..
ast_utils Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
ast_utils.rs Replace #[allow] with #[expect] in Clippy 2022-05-07 17:39:21 +02:00
attrs.rs Replace #[allow] with #[expect] in Clippy 2022-05-07 17:39:21 +02:00
comparisons.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
consts.rs Use the traits added to the Rust 2021 Edition prelude 2022-05-12 00:38:11 +09:00
diagnostics.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-04-07 15:44:37 +01:00
eager_or_lazy.rs Replace #[allow] with #[expect] in Clippy 2022-05-07 17:39:21 +02:00
higher.rs Merge commit '57b3c4b90f' into clippyup 2022-02-10 18:40:06 +01:00
hir_utils.rs Replace #[allow] with #[expect] in Clippy 2022-05-07 17:39:21 +02:00
lib.rs Auto merge of #8797 - xFrednet:0000-expect-a-playground, r=flip1995 2022-05-09 17:14:43 +00:00
macros.rs adding spell checking 2022-04-15 14:18:09 -07:00
msrvs.rs Merge commit '984330a6ee' into clippyup 2022-04-08 10:06:10 +01:00
numeric_literal.rs New lint: [derive_partial_eq_without_eq] 2022-05-09 22:13:39 -07:00
paths.rs Replace #[allow] with #[expect] in Clippy 2022-05-07 17:39:21 +02:00
ptr.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
qualify_min_const_fn.rs Pass msrvs by copy 2022-05-08 07:13:14 -04:00
source.rs Replace #[allow] with #[expect] in Clippy 2022-05-07 17:39:21 +02:00
str_utils.rs Merge commit '0eff589afc' into clippyup 2021-12-30 15:10:43 +01:00
sugg.rs Use the traits added to the Rust 2021 Edition prelude 2022-05-12 00:38:11 +09:00
sym_helper.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
ty.rs Replace #[allow] with #[expect] in Clippy 2022-05-07 17:39:21 +02:00
usage.rs Replace #[allow] with #[expect] in Clippy 2022-05-07 17:39:21 +02:00
visitors.rs Allow more complex expressions in let_unit_value 2022-04-14 21:34:33 -04:00