We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efccfe8 + 8a45ffa commit 8e5c5a6Copy full SHA for 8e5c5a6
clippy_lints/src/pass_by_ref_or_value.rs
@@ -63,7 +63,7 @@ declare_clippy_lint! {
63
///
64
/// **Why is this bad?** Arguments passed by value might result in an unnecessary
65
/// shallow copy, taking up more space in the stack and requiring a call to
66
- /// `memcpy`, which which can be expensive.
+ /// `memcpy`, which can be expensive.
67
68
/// **Example:**
69
0 commit comments