Skip to content

Commit 9cb0a64

Browse files
committed
Move COERCE_CONTAINER_TO_ANY to nursery, as it has FPs
1 parent 8fe9c2c commit 9cb0a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/clippy/clippy_lints/src/coerce_container_to_any.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ declare_clippy_lint! {
4242
/// ```
4343
#[clippy::version = "1.88.0"]
4444
pub COERCE_CONTAINER_TO_ANY,
45-
suspicious,
45+
nursery,
4646
"coercing to `&dyn Any` when dereferencing could produce a `dyn Any` without coercion is usually not intended"
4747
}
4848
declare_lint_pass!(CoerceContainerToAny => [COERCE_CONTAINER_TO_ANY]);

0 commit comments

Comments
 (0)