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 8fe9c2c commit 9cb0a64Copy full SHA for 9cb0a64
src/tools/clippy/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