about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-08-02 05:49:17 +0000
committerbors <bors@rust-lang.org>2021-08-02 05:49:17 +0000
commit2323cbc2311d2b907b62d5dc58970756bfb3cbc0 (patch)
tree0e3a24d4500d1af0e18433d9cdf709df26a77e56
parente4b8714c0986def4ac895f6e6df0c913f924dbb8 (diff)
parente9038b8842263b99d8a77a9a23339e02a8c3cf79 (diff)
downloadrust-2323cbc2311d2b907b62d5dc58970756bfb3cbc0.tar.gz
rust-2323cbc2311d2b907b62d5dc58970756bfb3cbc0.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.
-rw-r--r--Cargo.toml1
-rw-r--r--config_proc_macro/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a04fb28f7c..81e3e26e8b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,6 @@
 
 name = "rustfmt-nightly"
 version = "1.4.37"
-authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
 description = "Tool to find and fix Rust formatting issues"
 repository = "https://github.com/rust-lang/rustfmt"
 readme = "README.md"
diff --git a/config_proc_macro/Cargo.toml b/config_proc_macro/Cargo.toml
index cc995571602..a41b3a5e6bf 100644
--- a/config_proc_macro/Cargo.toml
+++ b/config_proc_macro/Cargo.toml
@@ -1,7 +1,6 @@
 [package]
 name = "rustfmt-config_proc_macro"
 version = "0.2.0"
-authors = ["topecongiro <seuchida@gmail.com>"]
 edition = "2018"
 description = "A collection of procedural macros for rustfmt"
 license = "Apache-2.0/MIT"