Skip to content

Commit f92f42f

Browse files
committed
Fix warning message
1 parent 862a322 commit f92f42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/cargo/ops/cargo_install.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ fn make_warning_about_missing_features(binaries: &[&Target]) -> String {
572572

573573
let additional_bins_message = if binaries.len() > max_targets_listed {
574574
format!(
575-
"\n{} more targets also requires features not enabled, see them in the Cargo.toml file.",
575+
"\n{} more targets also requires features not enabled. See them in the Cargo.toml file.",
576576
binaries.len() - max_targets_listed
577577
)
578578
} else {

0 commit comments

Comments
 (0)