We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40b674c + 657a24b commit e8855d6Copy full SHA for e8855d6
src/cargo/ops/cargo_compile.rs
@@ -1140,7 +1140,7 @@ fn generate_targets(
1140
// else, silently skip target.
1141
}
1142
let mut units: Vec<_> = units.into_iter().collect();
1143
- unmatched_target_filters(&units, &filter, &mut ws.config().shell())?;
+ unmatched_target_filters(&units, filter, &mut ws.config().shell())?;
1144
1145
// Keep the roots in a consistent order, which helps with checking test output.
1146
units.sort_unstable();
0 commit comments