mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
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.
This commit is contained in:
commit
2323cbc231
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
name = "rustfmt-nightly"
|
name = "rustfmt-nightly"
|
||||||
version = "1.4.37"
|
version = "1.4.37"
|
||||||
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
|
|
||||||
description = "Tool to find and fix Rust formatting issues"
|
description = "Tool to find and fix Rust formatting issues"
|
||||||
repository = "https://github.com/rust-lang/rustfmt"
|
repository = "https://github.com/rust-lang/rustfmt"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rustfmt-config_proc_macro"
|
name = "rustfmt-config_proc_macro"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
authors = ["topecongiro <seuchida@gmail.com>"]
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A collection of procedural macros for rustfmt"
|
description = "A collection of procedural macros for rustfmt"
|
||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user