Skip to content

Commit 2323cbc

Browse files
committed
Auto merge of rust-lang#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 e4b8714 + e9038b8 commit 2323cbc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
name = "rustfmt-nightly"
44
version = "1.4.37"
5-
authors = ["Nicholas Cameron <[email protected]>", "The Rustfmt developers"]
65
description = "Tool to find and fix Rust formatting issues"
76
repository = "https://github.com/rust-lang/rustfmt"
87
readme = "README.md"

config_proc_macro/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "rustfmt-config_proc_macro"
33
version = "0.2.0"
4-
authors = ["topecongiro <[email protected]>"]
54
edition = "2018"
65
description = "A collection of procedural macros for rustfmt"
76
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)