Skip to content

Commit d1575d1

Browse files
changelog: Fix typo in needless_pass_by_ref_mut lint description
1 parent f048f73 commit d1575d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/needless_pass_by_ref_mut.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ declare_clippy_lint! {
2222
/// ### What it does
2323
/// Check if a `&mut` function argument is actually used mutably.
2424
///
25-
/// Be careful if the function is publically reexported as it would break compatibility with
25+
/// Be careful if the function is publicly reexported as it would break compatibility with
2626
/// users of this function.
2727
///
2828
/// ### Why is this bad?

0 commit comments

Comments
 (0)