mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Make clippy happy again
This commit is contained in:
parent
d8d147375d
commit
66a7a3aa07
3 changed files with 12 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue