Skip to content

Commit

Permalink
Fix warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallin committed Jan 31, 2023
1 parent 862a322 commit f92f42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ fn make_warning_about_missing_features(binaries: &[&Target]) -> String {

let additional_bins_message = if binaries.len() > max_targets_listed {
format!(
"\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.",
binaries.len() - max_targets_listed
)
} else {
Expand Down

0 comments on commit f92f42f

Please sign in to comment.