We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
needless_pass_by_ref_mut
1 parent f048f73 commit d1575d1Copy full SHA for d1575d1
clippy_lints/src/needless_pass_by_ref_mut.rs
@@ -22,7 +22,7 @@ declare_clippy_lint! {
22
/// ### What it does
23
/// Check if a `&mut` function argument is actually used mutably.
24
///
25
- /// 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
26
/// users of this function.
27
28
/// ### Why is this bad?
0 commit comments