Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b53a93d

Browse files
committedAug 2, 2021
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.
2 parents effea9a + 3cf820e commit b53a93d

File tree

106 files changed

+0
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+0
-107
lines changed
 

‎compiler/rustc/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc-main"
43
version = "0.0.0"
54
edition = '2018'

‎compiler/rustc_apfloat/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_apfloat"
43
version = "0.0.0"
54
edition = "2018"

0 commit comments

Comments
 (0)
Please sign in to comment.