Enable clippy::clone_on_copy
(#8728)
This PR enables the [`clippy::clone_on_copy`](https://rust-lang.github.io/rust-clippy/master/index.html#/clone_on_copy) rule and fixes the outstanding violations. Release Notes: - N/A
This commit is contained in:
parent
5935681c5c
commit
9735912965
42 changed files with 144 additions and 160 deletions
|
@ -222,7 +222,7 @@ pub fn visual_block_motion(
|
|||
start: start.to_point(map),
|
||||
end: end.to_point(map),
|
||||
reversed: is_reversed,
|
||||
goal: goal.clone(),
|
||||
goal,
|
||||
};
|
||||
|
||||
selections.push(selection);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue