rust 1.71 clippy fixes

This commit is contained in:
Folkert 2023-07-25 10:46:46 +02:00
parent d3ccdb51ea
commit 8e9cf121ad
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
9 changed files with 13 additions and 14 deletions

View file

@ -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;