Browse Source

Silence unrelated clippy warning

emilk/dock
Emil Ernerfeldt 2 years ago
parent
commit
8fcbbb542f
  1. 1
      crates/eframe/src/native/epi_integration.rs

1
crates/eframe/src/native/epi_integration.rs

@ -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() {

Loading…
Cancel
Save