mirror of
https://github.com/servo/servo
synced 2026-05-15 03:16:47 +02:00
Everywhere: Remove instances of clippy::redundant-clone (#43212)
This change fixes all instances where [`clippy::redundant-clone`](https://rust-lang.github.io/rust-clippy/master/index.html?groups=complexity%2Ccorrectness%2Cnursery%2Csuspicious&levels=allow#redundant_clone) would trigger. It's allowed by default I've also changed the lint to warn-by-default for servo. Testing: Covered by WPT --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
@@ -106,7 +106,7 @@ impl GPUCommandEncoder {
|
||||
|
||||
GPUCommandEncoder::new(
|
||||
&device.global(),
|
||||
device.channel().clone(),
|
||||
device.channel(),
|
||||
device,
|
||||
encoder,
|
||||
descriptor.parent.label.clone(),
|
||||
|
||||
Reference in New Issue
Block a user