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