mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
CI: Run cargo clippy for wasm32-unknown-unknown (#2200)
* CI: Run cargo clippy for wasm32-unknown-unknown * wasm32 clippy fixes * Document when AppRunner::new can fail
This commit is contained in:
@@ -72,7 +72,7 @@ impl WebPainter for WebPainterGlow {
|
||||
}
|
||||
|
||||
fn destroy(&mut self) {
|
||||
self.painter.destroy()
|
||||
self.painter.destroy();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user