Provide single quote separators around missing Cargo.toml field to improve readability

master
Tyler Wilcock 7 years ago
parent 1f0f4403fa
commit 45136e3642
  1. 2
      src/manifest.rs

@ -156,7 +156,7 @@ pub fn write_package_json(
let warn_fmt = |field| { let warn_fmt = |field| {
format!( 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 field
) )
}; };

Loading…
Cancel
Save