about summary refs log tree commit diff
path: root/src/doc
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/doc
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/doc')
-rw-r--r--src/doc/rustc/book.toml1
-rw-r--r--src/doc/rustdoc/book.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/doc/rustc/book.toml b/src/doc/rustc/book.toml
index 21d127c39c9..372350403e2 100644
--- a/src/doc/rustc/book.toml
+++ b/src/doc/rustc/book.toml
@@ -1,5 +1,4 @@
 [book]
-authors = ["The Rust Project Developers"]
 multilingual = false
 src = "src"
 title = "The rustc book"
diff --git a/src/doc/rustdoc/book.toml b/src/doc/rustdoc/book.toml
index c2e7ff58906..97e08416d76 100644
--- a/src/doc/rustdoc/book.toml
+++ b/src/doc/rustdoc/book.toml
@@ -1,5 +1,4 @@
 [book]
-authors = ["The Rust Project Developers"]
 src = "src"
 title = "The rustdoc book"