mirror of https://github.com/tauri-apps/tauri
clippy
This commit is contained in:
parent
f9a74d45ae
commit
d16c669709
|
@ -93,7 +93,7 @@ impl PackageManager {
|
||||||
command.arg("add");
|
command.arg("add");
|
||||||
|
|
||||||
match self {
|
match self {
|
||||||
PackageManager::Deno => command.args(dependencies.into_iter().map(|d| format!("npm:{d}"))),
|
PackageManager::Deno => command.args(dependencies.iter().map(|d| format!("npm:{d}"))),
|
||||||
_ => command.args(dependencies),
|
_ => command.args(dependencies),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue