diff --git a/crates/eframe/src/native/run.rs b/crates/eframe/src/native/run.rs index 47207f790..13bb0ffbc 100644 --- a/crates/eframe/src/native/run.rs +++ b/crates/eframe/src/native/run.rs @@ -1908,7 +1908,7 @@ mod wgpu_integration { parent_id: ViewportId, } - #[derive(Clone, Default)] + #[derive(Default)] pub struct Viewports(ViewportIdMap); impl std::ops::Deref for Viewports {