diff options
| author | Jade <software@lfcode.ca> | 2021-07-27 16:38:13 -0700 |
|---|---|---|
| committer | Jade <software@lfcode.ca> | 2021-07-29 14:56:05 -0700 |
| commit | 3cf820e17dea8b0a9a19b027439c9ea0ef99bd06 (patch) | |
| tree | 7d0e92512f14b129083e70b36865cb6bfe0f12be /compiler/rustc_query_impl | |
| parent | a985d8e6c7f0519fa1e147854430a381ac4eadf8 (diff) | |
| download | rust-3cf820e17dea8b0a9a19b027439c9ea0ef99bd06.tar.gz rust-3cf820e17dea8b0a9a19b027439c9ea0ef99bd06.zip | |
rfc3052: Remove authors field from Cargo manifests
Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
Diffstat (limited to 'compiler/rustc_query_impl')
| -rw-r--r-- | compiler/rustc_query_impl/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml index 6a1768b92db..7c8dbe34240 100644 --- a/compiler/rustc_query_impl/Cargo.toml +++ b/compiler/rustc_query_impl/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["The Rust Project Developers"] name = "rustc_query_impl" version = "0.0.0" edition = "2018" |
