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 82e0354 commit 38b0bd1Copy full SHA for 38b0bd1
clippy_lints/src/coerce_container_to_any.rs
@@ -42,7 +42,7 @@ declare_clippy_lint! {
42
/// ```
43
#[clippy::version = "1.88.0"]
44
pub COERCE_CONTAINER_TO_ANY,
45
- suspicious,
+ nursery,
46
"coercing to `&dyn Any` when dereferencing could produce a `dyn Any` without coercion is usually not intended"
47
}
48
declare_lint_pass!(CoerceContainerToAny => [COERCE_CONTAINER_TO_ANY]);
0 commit comments