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.
This commit is contained in:
Jade 2021-07-27 16:38:13 -07:00
parent a985d8e6c7
commit 3cf820e17d
106 changed files with 0 additions and 107 deletions

View file

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_ast"
version = "0.0.0"
edition = "2018"