mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 07:10:04 -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) {
|
pub fn save(&mut self, _app: &mut dyn epi::App, _window: &winit::window::Window) {
|
||||||
#[cfg(feature = "persistence")]
|
#[cfg(feature = "persistence")]
|
||||||
if let Some(storage) = self.frame.storage_mut() {
|
if let Some(storage) = self.frame.storage_mut() {
|
||||||
|
|||||||
Reference in New Issue
Block a user