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.
1 parent 862a322 commit f92f42fCopy full SHA for f92f42f
src/cargo/ops/cargo_install.rs
@@ -572,7 +572,7 @@ fn make_warning_about_missing_features(binaries: &[&Target]) -> String {
572
573
let additional_bins_message = if binaries.len() > max_targets_listed {
574
format!(
575
- "\n{} more targets also requires features not enabled, see them in the Cargo.toml file.",
+ "\n{} more targets also requires features not enabled. See them in the Cargo.toml file.",
576
binaries.len() - max_targets_listed
577
)
578
} else {
0 commit comments