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

@@ -99,7 +99,6 @@
//!
//! [app-delegate]: https://developer.apple.com/documentation/uikit/uiapplicationdelegate?language=objc
#![cfg(target_vendor = "apple")] // TODO: Remove once `objc2` allows compiling on all platforms
#![warn(clippy::exhaustive_enums)]
mod app_state;