1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00

Remove unnecessary Clone

This commit is contained in:
Emil Ernerfeldt
2023-11-09 19:47:03 +01:00
parent 0f7d1d557c
commit 79bfca3657

View File

@@ -1908,7 +1908,7 @@ mod wgpu_integration {
parent_id: ViewportId,
}
#[derive(Clone, Default)]
#[derive(Default)]
pub struct Viewports(ViewportIdMap<Viewport>);
impl std::ops::Deref for Viewports {