about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_dev
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
commitb53a93db2d7717c3bde196cfcf5f214cc00d4937 (patch)
tree8ffb30959ae0a79aa7657e18c99fc2a947a5185a /src/tools/clippy/clippy_dev
parenteffea9a2a0d501db5722d507690a1a66236933bf (diff)
parent3cf820e17dea8b0a9a19b027439c9ea0ef99bd06 (diff)
downloadrust-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 'src/tools/clippy/clippy_dev')
-rw-r--r--src/tools/clippy/clippy_dev/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/clippy/clippy_dev/Cargo.toml b/src/tools/clippy/clippy_dev/Cargo.toml
index 5c6c106e0e6..0fae8c7b9af 100644
--- a/src/tools/clippy/clippy_dev/Cargo.toml
+++ b/src/tools/clippy/clippy_dev/Cargo.toml
@@ -1,7 +1,6 @@
 [package]
 name = "clippy_dev"
 version = "0.0.1"
-authors = ["The Rust Clippy Developers"]
 edition = "2018"
 
 [dependencies]