From f8bf22f62f5ffc73700a887c9ba3b6df5621971f Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Sat, 9 Jan 2021 00:05:53 +0100 Subject: [PATCH] clarify in the guide-level that the warning will not happen right away This was already clarified in the reference-level section, but it was not reflected in the guide-level explaination. --- text/0000-deprecate-authors-field.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0000-deprecate-authors-field.md b/text/0000-deprecate-authors-field.md index c506656a19a..586ac132003 100644 --- a/text/0000-deprecate-authors-field.md +++ b/text/0000-deprecate-authors-field.md @@ -44,7 +44,7 @@ owners. `cargo init` will stop pre-populating the field when running the command, and it will not include the field at all in the default `Cargo.toml`. Crate authors will still be able to manually include the field before publishing if they so -choose, even though Cargo will warn when trying to publish those crates. +choose. Eventually Cargo will warn when publishing crates with the field set. Crates that currently rely on the field being present (for example by reading the `CARGO_PKG_AUTHORS` environment variable) will have to handle the field