Skip to content

Commit 920be09

Browse files
authored
tools.vpm: remove obsolete array clone (#20016)
1 parent b5ba122 commit 920be09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/tools/vpm/install.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn vpm_install(query []string) {
2525
println('Nothing to install.')
2626
exit(0)
2727
}
28-
manifest.dependencies.clone()
28+
manifest.dependencies
2929
} else {
3030
vpm_error('specify at least one module for installation.',
3131
details: 'example: `v install publisher.package` or `v install https://github.com/owner/repository`'

0 commit comments

Comments
 (0)