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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user