mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Remove unnecessary Clone
This commit is contained in:
@@ -1908,7 +1908,7 @@ mod wgpu_integration {
|
|||||||
parent_id: ViewportId,
|
parent_id: ViewportId,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Default)]
|
#[derive(Default)]
|
||||||
pub struct Viewports(ViewportIdMap<Viewport>);
|
pub struct Viewports(ViewportIdMap<Viewport>);
|
||||||
|
|
||||||
impl std::ops::Deref for Viewports {
|
impl std::ops::Deref for Viewports {
|
||||||
|
|||||||
Reference in New Issue
Block a user