Skip to content

Commit b9cb5a3

Browse files
authored
fix typo
1 parent 1616621 commit b9cb5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/coerce_any_ref_to_any.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use rustc_session::declare_lint_pass;
1010
declare_clippy_lint! {
1111
/// ### What it does
1212
///
13-
/// Protects against an unintended coercion of references to container types to `&dyn Any`
13+
/// Protects against unintended coercion of references to container types to `&dyn Any`
1414
/// when the container type dereferences to a `dyn Any` which could be reborrowed instead.
1515
///
1616
/// ### Why is this bad?

0 commit comments

Comments
 (0)