1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00

Silence unrelated clippy warning

This commit is contained in:
Emil Ernerfeldt
2023-04-23 15:26:43 +02:00
parent 92c7053a14
commit 8fcbbb542f

View File

@@ -557,6 +557,7 @@ impl EpiIntegration {
}
}
#[allow(clippy::unused_self)]
pub fn save(&mut self, _app: &mut dyn epi::App, _window: &winit::window::Window) {
#[cfg(feature = "persistence")]
if let Some(storage) = self.frame.storage_mut() {