Skip to content

Commit

Permalink
Auto merge of #11133 - GuillaumeGomez:fix-description-typo, r=Manishe…
Browse files Browse the repository at this point in the history
…arth

Fix typo in `needless_pass_by_ref_mut` lint description

Someone nicely showed me that I made a small typo in #10900.

changelog: none
  • Loading branch information
bors committed Jul 10, 2023
2 parents 9058b04 + d1575d1 commit 9ab7137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/needless_pass_by_ref_mut.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ declare_clippy_lint! {
/// ### What it does
/// Check if a `&mut` function argument is actually used mutably.
///
/// Be careful if the function is publically reexported as it would break compatibility with
/// Be careful if the function is publicly reexported as it would break compatibility with
/// users of this function.
///
/// ### Why is this bad?
Expand Down

0 comments on commit 9ab7137

Please sign in to comment.