Skip to content

Commit 36f84a6

Browse files
committed
Move tuple_array_conversions to nursery
1 parent 568ccf3 commit 36f84a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/tuple_array_conversions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ declare_clippy_lint! {
2929
/// ```
3030
#[clippy::version = "1.72.0"]
3131
pub TUPLE_ARRAY_CONVERSIONS,
32-
pedantic,
32+
nursery,
3333
"checks for tuple<=>array conversions that are not done with `.into()`"
3434
}
3535
impl_lint_pass!(TupleArrayConversions => [TUPLE_ARRAY_CONVERSIONS]);

0 commit comments

Comments
 (0)