summaryrefslogtreecommitdiff
path: root/cli/node/mod.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-09 15:18:00 -0400
committerGitHub <noreply@github.com>2023-03-09 19:18:00 +0000
commitbb07e230d1270da2a7c35c5dc277ea6129a2214a (patch)
treef36c5d77dbb09568fccc3886709a1a12eba29d96 /cli/node/mod.rs
parent8f207c0f3f3a43d77e0c88cfdc840b4b742b9708 (diff)
chore: update Rust to 1.68.0 (#18102)
Diffstat (limited to 'cli/node/mod.rs')
-rw-r--r--cli/node/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/node/mod.rs b/cli/node/mod.rs
index e45694fd6..8a2f988e1 100644
--- a/cli/node/mod.rs
+++ b/cli/node/mod.rs
@@ -388,7 +388,6 @@ fn resolve_bin_entry_value<'a>(
.as_object()
.map(|o| {
o.keys()
- .into_iter()
.map(|k| format!(" * npm:{pkg_nv}/{k}"))
.collect::<Vec<_>>()
})