We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568ccf3 commit 36f84a6Copy full SHA for 36f84a6
clippy_lints/src/tuple_array_conversions.rs
@@ -29,7 +29,7 @@ declare_clippy_lint! {
29
/// ```
30
#[clippy::version = "1.72.0"]
31
pub TUPLE_ARRAY_CONVERSIONS,
32
- pedantic,
+ nursery,
33
"checks for tuple<=>array conversions that are not done with `.into()`"
34
}
35
impl_lint_pass!(TupleArrayConversions => [TUPLE_ARRAY_CONVERSIONS]);
0 commit comments