Fix typo: which which can be -> which can be

This commit is contained in:
jekto_vatimeliju 2021-01-06 20:02:50 +09:00
parent efccfe80e4
commit 8a45ffa11d

View file

@ -63,7 +63,7 @@ declare_clippy_lint! {
///
/// **Why is this bad?** Arguments passed by value might result in an unnecessary
/// shallow copy, taking up more space in the stack and requiring a call to
/// `memcpy`, which which can be expensive.
/// `memcpy`, which can be expensive.
///
/// **Example:**
///