mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
rust 1.71 clippy fixes
This commit is contained in:
parent
d3ccdb51ea
commit
8e9cf121ad
9 changed files with 13 additions and 14 deletions
|
@ -5,7 +5,7 @@ use indoc::indoc;
|
|||
#[cfg(target_os = "linux")]
|
||||
static BUILD_ONCE: std::sync::Once = std::sync::Once::new();
|
||||
|
||||
#[cfg(all(target_os = "linux"))]
|
||||
#[cfg(target_os = "linux")]
|
||||
fn build_host() {
|
||||
use roc_build::program::build_and_preprocess_host;
|
||||
use roc_linker::preprocessed_host_filename;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue