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.
which which can be
which can be
1 parent efccfe8 commit 8a45ffaCopy full SHA for 8a45ffa
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