Skip to content

Commit 8606a12

Browse files
committed
Auto merge of #11133 - GuillaumeGomez:fix-description-typo, r=Manishearth
Fix typo in `needless_pass_by_ref_mut` lint description Someone nicely showed me that I made a small typo in #10900.
2 parents 9058b04 + d1575d1 commit 8606a12

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)