diff --git a/src/manifest.rs b/src/manifest.rs index e62d1fb..f0bbca2 100644 --- a/src/manifest.rs +++ b/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 ) };