mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
fix unused import
This commit is contained in:
parent
867067dfaf
commit
546a3dd0c4
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
#![cfg(test)]
|
||||
|
||||
use indoc::indoc;
|
||||
use std::sync::Once;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
static BUILD_ONCE: Once = Once::new();
|
||||
static BUILD_ONCE: std::sync::Once = std::sync::Once::new();
|
||||
|
||||
#[cfg(all(target_os = "linux"))]
|
||||
fn build_host() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue