Skip to content

Commit 657a24b

Browse files
committed
Make clippy happy
1 parent b3475e6 commit 657a24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ fn generate_targets(
11401140
// else, silently skip target.
11411141
}
11421142
let mut units: Vec<_> = units.into_iter().collect();
1143-
unmatched_target_filters(&units, &filter, &mut ws.config().shell())?;
1143+
unmatched_target_filters(&units, filter, &mut ws.config().shell())?;
11441144

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

0 commit comments

Comments
 (0)