Merge pull request #296 from twilco/improve-cli-messaging

Provide single quote separators around missing Cargo.toml fields to improve readability
master
ashley williams 7 years ago committed by GitHub
commit 947b33fce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/manifest.rs

@ -156,7 +156,7 @@ pub fn write_package_json(
let warn_fmt = |field| {
format!(
"Field {} is missing from Cargo.toml. It is not necessary, but recommended",
"Field '{}' is missing from Cargo.toml. It is not necessary, but recommended",
field
)
};

Loading…
Cancel
Save