Fix formatting

This commit is contained in:
Olivier Goffart
2026-07-28 16:39:35 +00:00
parent d786b10230
commit 93045a5b51
5 changed files with 0 additions and 5 deletions

View File

@@ -70,7 +70,6 @@
//! 4. Pass a clone of the `AndroidApp` that your application receives to Winit when building your
//! event loop (as shown above).
#![cfg(target_os = "android")]
#![warn(clippy::exhaustive_enums)]
mod event_loop;