about summary refs log tree commit diff
path: root/clippy_dev
diff options
context:
space:
mode:
authorJade <software@lfcode.ca>2021-07-27 16:38:13 -0700
committerJade <software@lfcode.ca>2021-07-29 14:56:05 -0700
commit6c2199ea9f115de56849ec39b1238af678e3d9ed (patch)
treee4dea99a22e55256ed5830e50b82aea17d06f880 /clippy_dev
parent2b20f49841dbfb773d47c008b4278885435483ac (diff)
downloadrust-6c2199ea9f115de56849ec39b1238af678e3d9ed.tar.gz
rust-6c2199ea9f115de56849ec39b1238af678e3d9ed.zip
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.
Diffstat (limited to 'clippy_dev')
-rw-r--r--clippy_dev/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_dev/Cargo.toml b/clippy_dev/Cargo.toml
index 5c6c106e0e6..0fae8c7b9af 100644
--- a/clippy_dev/Cargo.toml
+++ b/clippy_dev/Cargo.toml
@@ -1,7 +1,6 @@
 [package]
 name = "clippy_dev"
 version = "0.0.1"
-authors = ["The Rust Clippy Developers"]
 edition = "2018"
 
 [dependencies]