Make clippy happy again

This commit is contained in:
Brendan Hansknecht 2021-09-16 22:34:55 -07:00
parent d8d147375d
commit 66a7a3aa07
3 changed files with 12 additions and 10 deletions

View file

@ -76,6 +76,7 @@ fn find_wasi_libc_path() -> PathBuf {
}
#[cfg(not(target_os = "macos"))]
#[allow(clippy::too_many_arguments)]
pub fn build_zig_host_native(
env_path: &str,
env_home: &str,
@ -120,6 +121,7 @@ pub fn build_zig_host_native(
}
#[cfg(target_os = "macos")]
#[allow(clippy::too_many_arguments)]
pub fn build_zig_host_native(
env_path: &str,
env_home: &str,