mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
Fix latest clippy warning
This commit is contained in:
parent
42e4d0b7c3
commit
978c922e1b
@ -812,7 +812,10 @@ impl PhysicalDevice {
|
||||
.collect()
|
||||
};
|
||||
|
||||
*self.display_plane_properties.write() = properties_raw.clone();
|
||||
self.display_plane_properties
|
||||
.write()
|
||||
.clone_from(&properties_raw);
|
||||
|
||||
Ok(properties_raw)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user