about summary refs log tree commit diff
path: root/clippy_lints
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
commit10bb28ce738b35cb43d71d05d8ddb7999a39b337 (patch)
treed265b8e93bf33c167301b8ffc91586886ba679c0 /clippy_lints
parent2f315b82afa58d825d470640ae173a5113856904 (diff)
parent6c2199ea9f115de56849ec39b1238af678e3d9ed (diff)
downloadrust-10bb28ce738b35cb43d71d05d8ddb7999a39b337.tar.gz
rust-10bb28ce738b35cb43d71d05d8ddb7999a39b337.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 'clippy_lints')
-rw-r--r--clippy_lints/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml
index 0aa5b297442..a3b92e1faa1 100644
--- a/clippy_lints/Cargo.toml
+++ b/clippy_lints/Cargo.toml
@@ -3,7 +3,6 @@ name = "clippy_lints"
 # begin automatic update
 version = "0.1.56"
 # end automatic update
-authors = ["The Rust Clippy Developers"]
 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
 repository = "https://github.com/rust-lang/rust-clippy"
 readme = "README.md"