diff options
| author | bors <bors@rust-lang.org> | 2021-08-02 05:49:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-08-02 05:49:17 +0000 |
| commit | b53a93db2d7717c3bde196cfcf5f214cc00d4937 (patch) | |
| tree | 8ffb30959ae0a79aa7657e18c99fc2a947a5185a /compiler/rustc_parse | |
| parent | effea9a2a0d501db5722d507690a1a66236933bf (diff) | |
| parent | 3cf820e17dea8b0a9a19b027439c9ea0ef99bd06 (diff) | |
| download | rust-b53a93db2d7717c3bde196cfcf5f214cc00d4937.tar.gz rust-b53a93db2d7717c3bde196cfcf5f214cc00d4937.zip | |
Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum
rfc3052 followup: Remove authors field from Cargo manifests Since RFC 3052 soft deprecated the authors field, 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 for contributors, we may as well remove it from crates in this repo.
Diffstat (limited to 'compiler/rustc_parse')
| -rw-r--r-- | compiler/rustc_parse/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_parse/Cargo.toml b/compiler/rustc_parse/Cargo.toml index 60c21757194..1ca1a92252e 100644 --- a/compiler/rustc_parse/Cargo.toml +++ b/compiler/rustc_parse/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["The Rust Project Developers"] name = "rustc_parse" version = "0.0.0" edition = "2018" |
