mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
fix unused warning on macos
This commit is contained in:
parent
6406834c4e
commit
867067dfaf
1 changed files with 1 additions and 0 deletions
|
@ -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"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue