Skip to content

Commit 54fa922

Browse files
committed
Auto merge of #11172 - Alexendoo:tuple-array-conversions-nursery, r=xFrednet
Move tuple_array_conversions to nursery changelog: Move [`tuple_array_conversions`] to `nursery` (Now allow-by-default) <!-- FIY: Ignore this change, if the commit gets backported and also #11146 --> [#11172](#11172) The nursery change got lost in #11146 and it ended up in pedantic, this puts it in nursery and gives something to backport r? `@xFrednet`
2 parents 568ccf3 + 36f84a6 commit 54fa922

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)