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 1616621 commit b9cb5a3Copy full SHA for b9cb5a3
clippy_lints/src/coerce_any_ref_to_any.rs
@@ -10,7 +10,7 @@ use rustc_session::declare_lint_pass;
10
declare_clippy_lint! {
11
/// ### What it does
12
///
13
- /// Protects against an unintended coercion of references to container types to `&dyn Any`
+ /// Protects against unintended coercion of references to container types to `&dyn Any`
14
/// when the container type dereferences to a `dyn Any` which could be reborrowed instead.
15
16
/// ### Why is this bad?
0 commit comments