Skip to content

Commit e8855d6

Browse files
committed
Auto merge of #9569 - hi-rustin:rustin-patch-clippy, r=ehuss
Make clippy happy It is already a reference.
2 parents 40b674c + 657a24b commit e8855d6

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)