diff options
| author | bors <bors@rust-lang.org> | 2021-08-02 05:49:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-08-02 05:49:17 +0000 |
| commit | b53a93db2d7717c3bde196cfcf5f214cc00d4937 (patch) | |
| tree | 8ffb30959ae0a79aa7657e18c99fc2a947a5185a /src/tools/rustdoc/Cargo.toml | |
| parent | effea9a2a0d501db5722d507690a1a66236933bf (diff) | |
| parent | 3cf820e17dea8b0a9a19b027439c9ea0ef99bd06 (diff) | |
| download | rust-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/rustdoc/Cargo.toml')
| -rw-r--r-- | src/tools/rustdoc/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/rustdoc/Cargo.toml b/src/tools/rustdoc/Cargo.toml index d0c047ad6df..5625707b25a 100644 --- a/src/tools/rustdoc/Cargo.toml +++ b/src/tools/rustdoc/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "rustdoc-tool" version = "0.0.0" -authors = ["The Rust Project Developers"] edition = "2018" # Cargo adds a number of paths to the dylib search path on windows, which results in |
