mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
6371b308d8
`needless_pass_by_value` sometimes suggest marking the concerned type as `Copy`. Adding a `or` before this suggestion makes it clearer that this is not the second part of the original suggestion, but an alternative one.