Skip to content

Commit

Permalink
Auto merge of #9569 - hi-rustin:rustin-patch-clippy, r=ehuss
Browse files Browse the repository at this point in the history
Make clippy happy

It is already a reference.
  • Loading branch information
bors committed Jun 10, 2021
2 parents 40b674c + 657a24b commit e8855d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ fn generate_targets(
// else, silently skip target.
}
let mut units: Vec<_> = units.into_iter().collect();
unmatched_target_filters(&units, &filter, &mut ws.config().shell())?;
unmatched_target_filters(&units, filter, &mut ws.config().shell())?;

// Keep the roots in a consistent order, which helps with checking test output.
units.sort_unstable();
Expand Down

0 comments on commit e8855d6

Please sign in to comment.