diff options
| author | bors <bors@rust-lang.org> | 2021-08-02 05:49:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-08-02 05:49:17 +0000 |
| commit | b53a93db2d7717c3bde196cfcf5f214cc00d4937 (patch) | |
| tree | 8ffb30959ae0a79aa7657e18c99fc2a947a5185a /src/tools | |
| parent | effea9a2a0d501db5722d507690a1a66236933bf (diff) | |
| parent | 3cf820e17dea8b0a9a19b027439c9ea0ef99bd06 (diff) | |
| download | rust-b53a93db2d7717c3bde196cfcf5f214cc00d4937.tar.gz rust-b53a93db2d7717c3bde196cfcf5f214cc00d4937.zip | |
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.
Diffstat (limited to 'src/tools')
30 files changed, 0 insertions, 31 deletions
diff --git a/src/tools/build-manifest/Cargo.toml b/src/tools/build-manifest/Cargo.toml index 4a2c710811f..334407c2b2e 100644 --- a/src/tools/build-manifest/Cargo.toml +++ b/src/tools/build-manifest/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "build-manifest" version = "0.1.0" -authors = ["Alex Crichton <alex@alexcrichton.com>"] edition = "2018" [dependencies] diff --git a/src/tools/cargotest/Cargo.toml b/src/tools/cargotest/Cargo.toml index 3811fee3936..a88272d2344 100644 --- a/src/tools/cargotest/Cargo.toml +++ b/src/tools/cargotest/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "cargotest2" version = "0.1.0" -authors = ["Brian Anderson <banderson@mozilla.com>"] edition = "2018" [[bin]] diff --git a/src/tools/clippy/Cargo.toml b/src/tools/clippy/Cargo.toml index 82e04c8fb85..16b6c207a5f 100644 --- a/src/tools/clippy/Cargo.toml +++ b/src/tools/clippy/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "clippy" version = "0.1.56" -authors = ["The Rust Clippy Developers"] description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" diff --git a/src/tools/clippy/clippy_dev/Cargo.toml b/src/tools/clippy/clippy_dev/Cargo.toml index 5c6c106e0e6..0fae8c7b9af 100644 --- a/src/tools/clippy/clippy_dev/Cargo.toml +++ b/src/tools/clippy/clippy_dev/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "clippy_dev" version = "0.0.1" -authors = ["The Rust Clippy Developers"] edition = "2018" [dependencies] diff --git a/src/tools/clippy/clippy_dummy/Cargo.toml b/src/tools/clippy/clippy_dummy/Cargo.toml index 6959de7ffee..a1707bad5c2 100644 --- a/src/tools/clippy/clippy_dummy/Cargo.toml +++ b/src/tools/clippy/clippy_dummy/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "clippy_dummy" # rename to clippy before publishing version = "0.0.303" -authors = ["The Rust Clippy Developers"] edition = "2018" readme = "crates-readme.md" description = "A bunch of helpful lints to avoid common pitfalls in Rust." diff --git a/src/tools/clippy/clippy_lints/Cargo.toml b/src/tools/clippy/clippy_lints/Cargo.toml index 0aa5b297442..a3b92e1faa1 100644 --- a/src/tools/clippy/clippy_lints/Cargo.toml +++ b/src/tools/clippy/clippy_lints/Cargo.toml @@ -3,7 +3,6 @@ name = "clippy_lints" # begin automatic update version = "0.1.56" # end automatic update -authors = ["The Rust Clippy Developers"] description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" diff --git a/src/tools/clippy/clippy_utils/Cargo.toml b/src/tools/clippy/clippy_utils/Cargo.toml index 8bd859c97ad..c65b2958ec5 100644 --- a/src/tools/clippy/clippy_utils/Cargo.toml +++ b/src/tools/clippy/clippy_utils/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "clippy_utils" version = "0.1.56" -authors = ["The Rust Clippy Developers"] edition = "2018" publish = false diff --git a/src/tools/clippy/lintcheck/Cargo.toml b/src/tools/clippy/lintcheck/Cargo.toml index 8db6d28e5ac..8c33fa372ec 100644 --- a/src/tools/clippy/lintcheck/Cargo.toml +++ b/src/tools/clippy/lintcheck/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "lintcheck" version = "0.0.1" -authors = ["The Rust Clippy Developers"] description = "tool to monitor impact of changes in Clippys lints on a part of the ecosystem" readme = "README.md" license = "MIT OR Apache-2.0" diff --git a/src/tools/clippy/rustc_tools_util/Cargo.toml b/src/tools/clippy/rustc_tools_util/Cargo.toml index 2972bc6d51c..9554d4d6c00 100644 --- a/src/tools/clippy/rustc_tools_util/Cargo.toml +++ b/src/tools/clippy/rustc_tools_util/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "rustc_tools_util" version = "0.2.0" -authors = ["The Rust Clippy Developers"] description = "small helper to generate version information for git packages" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml index 771e36e4d2c..d6aa3fd2631 100644 --- a/src/tools/compiletest/Cargo.toml +++ b/src/tools/compiletest/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["The Rust Project Developers"] name = "compiletest" version = "0.0.0" edition = "2018" diff --git a/src/tools/error_index_generator/Cargo.toml b/src/tools/error_index_generator/Cargo.toml index 787e08404e1..2e4b7beb376 100644 --- a/src/tools/error_index_generator/Cargo.toml +++ b/src/tools/error_index_generator/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["The Rust Project Developers"] name = "error_index_generator" version = "0.0.0" edition = "2018" diff --git a/src/tools/expand-yaml-anchors/Cargo.toml b/src/tools/expand-yaml-anchors/Cargo.toml index 2c63e28b693..358dff06532 100644 --- a/src/tools/expand-yaml-anchors/Cargo.toml +++ b/src/tools/expand-yaml-anchors/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "expand-yaml-anchors" version = "0.1.0" -authors = ["Pietro Albini <pietro@pietroalbini.org>"] edition = "2018" [dependencies] diff --git a/src/tools/html-checker/Cargo.toml b/src/tools/html-checker/Cargo.toml index fe35df823b6..e88d2f0d928 100644 --- a/src/tools/html-checker/Cargo.toml +++ b/src/tools/html-checker/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "html-checker" version = "0.1.0" -authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"] edition = "2018" [[bin]] diff --git a/src/tools/jsondocck/Cargo.toml b/src/tools/jsondocck/Cargo.toml index b5f1554dbe4..a65deb12541 100644 --- a/src/tools/jsondocck/Cargo.toml +++ b/src/tools/jsondocck/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "jsondocck" version = "0.1.0" -authors = ["Rune Tynan <runetynan@gmail.com>"] edition = "2018" [dependencies] diff --git a/src/tools/linkchecker/Cargo.toml b/src/tools/linkchecker/Cargo.toml index e5d870c039d..21ba2269556 100644 --- a/src/tools/linkchecker/Cargo.toml +++ b/src/tools/linkchecker/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "linkchecker" version = "0.1.0" -authors = ["Alex Crichton <alex@alexcrichton.com>"] edition = "2018" [[bin]] diff --git a/src/tools/lint-docs/Cargo.toml b/src/tools/lint-docs/Cargo.toml index 657b115671e..6792887fa5d 100644 --- a/src/tools/lint-docs/Cargo.toml +++ b/src/tools/lint-docs/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "lint-docs" version = "0.1.0" -authors = ["The Rust Project Developers"] edition = "2018" description = "A script to extract the lint documentation for the rustc book." diff --git a/src/tools/remote-test-client/Cargo.toml b/src/tools/remote-test-client/Cargo.toml index 1a4b24bd5b3..7b20ba83546 100644 --- a/src/tools/remote-test-client/Cargo.toml +++ b/src/tools/remote-test-client/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "remote-test-client" version = "0.1.0" -authors = ["The Rust Project Developers"] edition = "2018" [dependencies] diff --git a/src/tools/remote-test-server/Cargo.toml b/src/tools/remote-test-server/Cargo.toml index 5906c76c01d..01309aec9a3 100644 --- a/src/tools/remote-test-server/Cargo.toml +++ b/src/tools/remote-test-server/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "remote-test-server" version = "0.1.0" -authors = ["The Rust Project Developers"] edition = "2018" [dependencies] diff --git a/src/tools/rust-demangler/Cargo.toml b/src/tools/rust-demangler/Cargo.toml index b7bc1125319..157409bc847 100644 --- a/src/tools/rust-demangler/Cargo.toml +++ b/src/tools/rust-demangler/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["The Rust Project Developers"] name = "rust-demangler" version = "0.0.1" edition = "2018" diff --git a/src/tools/rustbook/Cargo.toml b/src/tools/rustbook/Cargo.toml index d03d1190d34..0f40e0ef6e6 100644 --- a/src/tools/rustbook/Cargo.toml +++ b/src/tools/rustbook/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["The Rust Project Developers"] name = "rustbook" version = "0.1.0" license = "MIT OR Apache-2.0" diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml index 869245d5b95..38b9fefbaf5 100644 --- a/src/tools/rustc-workspace-hack/Cargo.toml +++ b/src/tools/rustc-workspace-hack/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "rustc-workspace-hack" version = "1.0.0" -authors = ["Alex Crichton <alex@alexcrichton.com>"] license = 'MIT OR Apache-2.0' description = """ Hack for the compiler's own build system diff --git a/src/tools/rustdoc-themes/Cargo.toml b/src/tools/rustdoc-themes/Cargo.toml index c12a20fd56c..4b2ad982a84 100644 --- a/src/tools/rustdoc-themes/Cargo.toml +++ b/src/tools/rustdoc-themes/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "rustdoc-themes" version = "0.1.0" -authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"] edition = "2018" [[bin]] diff --git a/src/tools/rustdoc/Cargo.toml b/src/tools/rustdoc/Cargo.toml index d0c047ad6df..5625707b25a 100644 --- a/src/tools/rustdoc/Cargo.toml +++ b/src/tools/rustdoc/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "rustdoc-tool" version = "0.0.0" -authors = ["The Rust Project Developers"] edition = "2018" # Cargo adds a number of paths to the dylib search path on windows, which results in diff --git a/src/tools/rustfmt/Cargo.toml b/src/tools/rustfmt/Cargo.toml index 3a04fb28f7c..81e3e26e8b0 100644 --- a/src/tools/rustfmt/Cargo.toml +++ b/src/tools/rustfmt/Cargo.toml @@ -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" diff --git a/src/tools/rustfmt/config_proc_macro/Cargo.toml b/src/tools/rustfmt/config_proc_macro/Cargo.toml index cc995571602..a41b3a5e6bf 100644 --- a/src/tools/rustfmt/config_proc_macro/Cargo.toml +++ b/src/tools/rustfmt/config_proc_macro/Cargo.toml @@ -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" diff --git a/src/tools/tidy/Cargo.toml b/src/tools/tidy/Cargo.toml index e44d2bb7256..57fe5a62e9a 100644 --- a/src/tools/tidy/Cargo.toml +++ b/src/tools/tidy/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "tidy" version = "0.1.0" -authors = ["Alex Crichton <alex@alexcrichton.com>"] edition = "2018" autobins = false diff --git a/src/tools/tier-check/Cargo.toml b/src/tools/tier-check/Cargo.toml index 9917b383aab..d6119cac5f3 100644 --- a/src/tools/tier-check/Cargo.toml +++ b/src/tools/tier-check/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "tier-check" version = "0.1.0" -authors = ["Eric Huss"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/tools/unicode-table-generator/Cargo.toml b/src/tools/unicode-table-generator/Cargo.toml index 92344cdfc89..948773f7810 100644 --- a/src/tools/unicode-table-generator/Cargo.toml +++ b/src/tools/unicode-table-generator/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "unicode-bdd" version = "0.1.0" -authors = ["Mark Rousskov <mark.simulacrum@gmail.com>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/tools/unstable-book-gen/Cargo.toml b/src/tools/unstable-book-gen/Cargo.toml index e43e4e6c7cb..febeaa446b3 100644 --- a/src/tools/unstable-book-gen/Cargo.toml +++ b/src/tools/unstable-book-gen/Cargo.toml @@ -1,6 +1,4 @@ [package] -authors = ["est31 <MTest31@outlook.com>", - "The Rust Project Developers"] name = "unstable-book-gen" version = "0.1.0" license = "MIT OR Apache-2.0" diff --git a/src/tools/x/Cargo.toml b/src/tools/x/Cargo.toml index 72c4948c617..264a741159a 100644 --- a/src/tools/x/Cargo.toml +++ b/src/tools/x/Cargo.toml @@ -2,6 +2,5 @@ name = "x" version = "0.1.0" description = "Run x.py slightly more conveniently" -authors = ["Casey Rodarmor <casey@rodarmor.com>"] edition = "2018" publish = false |
