fix unused warning on macos

This commit is contained in:
Anton-4 2023-01-10 17:21:34 +01:00
parent 6406834c4e
commit 867067dfaf
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937

View File

@ -3,6 +3,7 @@
use indoc::indoc;
use std::sync::Once;
#[cfg(target_os = "linux")]
static BUILD_ONCE: Once = Once::new();
#[cfg(all(target_os = "linux"))]