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

@@ -3,7 +3,6 @@
//! The supported OS version is Windows 7 or higher, though Windows 10 is
//! tested regularly.
#![cfg(target_os = "windows")] // FIXME(madsmtm): Allow compiling on all platforms.
#![warn(clippy::exhaustive_enums)]
#[macro_use]