Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ObsidianMinor committed Oct 21, 2020
1 parent 99ffcd2 commit a1c2f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub enum DeployTarget {

pub fn worker(
user: &GlobalUser,
deployment: &DeploymentSet,
deployment: &[DeployTarget],
) -> Result<Vec<String>, failure::Error> {
let mut urls = Vec::new();
for target in deployment {
Expand Down

0 comments on commit a1c2f3e

Please sign in to comment.