Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Jun 10, 2021
1 parent b3475e6 commit 657a24b
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 657a24b

Please sign in to comment.