Skip to content

Commit e9038b8

Browse files
committed
rfc3052: Remove authors field from Cargo manifests
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.
1 parent 277feac commit e9038b8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)