]> git.lizzy.rs Git - rust.git/commitdiff
rfc3052: Remove authors field from Cargo manifests
authorJade <software@lfcode.ca>
Tue, 27 Jul 2021 23:38:13 +0000 (16:38 -0700)
committerJade <software@lfcode.ca>
Thu, 29 Jul 2021 21:56:05 +0000 (14:56 -0700)
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.

Cargo.toml
config_proc_macro/Cargo.toml

index 3a04fb28f7cbfb839ff8320933a92f6608ba9b52..81e3e26e8b000db67ace239c2e45fd475d1d727d 100644 (file)
@@ -2,7 +2,6 @@
 
 name = "rustfmt-nightly"
 version = "1.4.37"
-authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
 description = "Tool to find and fix Rust formatting issues"
 repository = "https://github.com/rust-lang/rustfmt"
 readme = "README.md"
index cc995571602b9fbeb0b3eaa354b54197ddb1584c..a41b3a5e6bf8846a0dcdc9b89f4d3b5313095904 100644 (file)
@@ -1,7 +1,6 @@
 [package]
 name = "rustfmt-config_proc_macro"
 version = "0.2.0"
-authors = ["topecongiro <seuchida@gmail.com>"]
 edition = "2018"
 description = "A collection of procedural macros for rustfmt"
 license = "Apache-2.0/MIT"