about summary refs log tree commit diff
path: root/library/panic_abort
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 /library/panic_abort
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 'library/panic_abort')
-rw-r--r--library/panic_abort/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/panic_abort/Cargo.toml b/library/panic_abort/Cargo.toml
index bdab664cd64..6dec0e67497 100644
--- a/library/panic_abort/Cargo.toml
+++ b/library/panic_abort/Cargo.toml
@@ -1,5 +1,4 @@
 [package]
-authors = ["The Rust Project Developers"]
 name = "panic_abort"
 version = "0.0.0"
 license = "MIT OR Apache-2.0"