Uh oh!
There was an error while loading. Please reload this page.
rfc3052 followup: Remove authors field from Cargo manifests - #87535
Conversation
rust-highfive
commented
Jul 28, 2021
Some changes occurred in src/tools/clippy. cc @rust-lang/clippy Some changes occurred in src/tools/rustfmt. Some changes occured to rustc_codegen_cranelift cc @bjorn3 rustdoc-json-types is a public (although nightly-only) API. Consider changing cc @CraftSpider,@aDotInTheVoid Changes rustc_apfloat. rustc_apfloat is currently in limbo and you almost certainly don't want to change it (see #55993). cc @eddyb |
rust-highfive
commented
Jul 28, 2021
(rust-highfive has picked a reviewer for you, use r? to override) |
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Jul 29, 2021
☔ The latest upstream changes (presumably #87579) made this pull request unmergeable. Please resolve the merge conflicts. |
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.
Mark-Simulacrum
commented
Aug 1, 2021
@bors r+ I think this is a reasonable step to take, thanks! |
bors
commented
Aug 1, 2021
📌 Commit 3cf820e has been approved by |
bors
commented
Aug 2, 2021
bors
commented
Aug 2, 2021
☀️ Test successful - checks-actions |
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.
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.
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.