mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
changelog: Fix typo in needless_pass_by_ref_mut
lint description
This commit is contained in:
parent
f048f73251
commit
d1575d1f54
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue