Skip to content

Commit 10bb28c

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 2f315b8 + 6c2199e commit 10bb28c

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "clippy"
33
version = "0.1.56"
4-
authors = ["The Rust Clippy Developers"]
54
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
65
repository = "https://github.com/rust-lang/rust-clippy"
76
readme = "README.md"

clippy_dev/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "clippy_dev"
33
version = "0.0.1"
4-
authors = ["The Rust Clippy Developers"]
54
edition = "2018"
65

76
[dependencies]

clippy_dummy/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "clippy_dummy" # rename to clippy before publishing
33
version = "0.0.303"
4-
authors = ["The Rust Clippy Developers"]
54
edition = "2018"
65
readme = "crates-readme.md"
76
description = "A bunch of helpful lints to avoid common pitfalls in Rust."

clippy_lints/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "clippy_lints"
33
# begin automatic update
44
version = "0.1.56"
55
# end automatic update
6-
authors = ["The Rust Clippy Developers"]
76
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
87
repository = "https://github.com/rust-lang/rust-clippy"
98
readme = "README.md"

clippy_utils/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "clippy_utils"
33
version = "0.1.56"
4-
authors = ["The Rust Clippy Developers"]
54
edition = "2018"
65
publish = false
76

lintcheck/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "lintcheck"
33
version = "0.0.1"
4-
authors = ["The Rust Clippy Developers"]
54
description = "tool to monitor impact of changes in Clippys lints on a part of the ecosystem"
65
readme = "README.md"
76
license = "MIT OR Apache-2.0"

rustc_tools_util/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "rustc_tools_util"
33
version = "0.2.0"
4-
authors = ["The Rust Clippy Developers"]
54
description = "small helper to generate version information for git packages"
65
repository = "https://github.com/rust-lang/rust-clippy"
76
readme = "README.md"

0 commit comments

Comments
 (0)