about summary refs log tree commit diff
path: root/library
diff options
context:
space:
mode:
authorJade <software@lfcode.ca>2021-07-27 16:38:13 -0700
committerJade <software@lfcode.ca>2021-07-29 14:56:05 -0700
commit3cf820e17dea8b0a9a19b027439c9ea0ef99bd06 (patch)
tree7d0e92512f14b129083e70b36865cb6bfe0f12be /library
parenta985d8e6c7f0519fa1e147854430a381ac4eadf8 (diff)
downloadrust-3cf820e17dea8b0a9a19b027439c9ea0ef99bd06.tar.gz
rust-3cf820e17dea8b0a9a19b027439c9ea0ef99bd06.zip
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.
Diffstat (limited to 'library')
-rw-r--r--library/alloc/Cargo.toml1
-rw-r--r--library/core/Cargo.toml1
-rw-r--r--library/panic_abort/Cargo.toml1
-rw-r--r--library/panic_unwind/Cargo.toml1
-rw-r--r--library/proc_macro/Cargo.toml1
-rw-r--r--library/profiler_builtins/Cargo.toml1
-rw-r--r--library/rustc-std-workspace-alloc/Cargo.toml1
-rw-r--r--library/rustc-std-workspace-core/Cargo.toml1
-rw-r--r--library/rustc-std-workspace-std/Cargo.toml1
-rw-r--r--library/std/Cargo.toml1
-rw-r--r--library/test/Cargo.toml1
-rw-r--r--library/unwind/Cargo.toml1
12 files changed, 0 insertions, 12 deletions
diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml
index 5793f5e681b..b3ff0fd0a31 100644
--- a/library/alloc/Cargo.toml
+++ b/library/alloc/Cargo.toml
@@ -1,5 +1,4 @@
 [package]
-authors = ["The Rust Project Developers"]
 name = "alloc"
 version = "0.0.0"
 license = "MIT OR Apache-2.0"
diff --git a/library/core/Cargo.toml b/library/core/Cargo.toml
index b6aaf078cf0..6f10b9e4342 100644
--- a/library/core/Cargo.toml
+++ b/library/core/Cargo.toml
@@ -1,5 +1,4 @@
 [package]
-authors = ["The Rust Project Developers"]
 name = "core"
 version = "0.0.0"
 license = "MIT OR Apache-2.0"
diff --git a/library/panic_abort/Cargo.toml b/library/panic_abort/Cargo.toml
index bdab664cd64..6dec0e67497 100644
--- a/library/panic_abort/Cargo.toml
+++ b/library/panic_abort/Cargo.toml
@@ -1,5 +1,4 @@
 [package]
-authors = ["The Rust Project Developers"]
 name = "panic_abort"
 version = "0.0.0"
 license = "MIT OR Apache-2.0"
diff --git a/library/panic_unwind/Cargo.toml b/library/panic_unwind/Cargo.toml
index 533f059a85e..67405463aa6 100644
--- a/library/panic_unwind/Cargo.toml
+++ b/library/panic_unwind/Cargo.toml
@@ -1,5 +1,4 @@
 [package]
-authors = ["The Rust Project Developers"]
 name = "panic_unwind"
 version = "0.0.0"
 license = "MIT OR Apache-2.0"
diff --git a/library/proc_macro/Cargo.toml b/library/proc_macro/Cargo.toml
index 9cc9ef4ec19..faf460e32bd 100644
--- a/library/proc_macro/Cargo.toml
+++ b/library/proc_macro/Cargo.toml
@@ -1,5 +1,4 @@
 [package]
-authors = ["The Rust Project Developers"]
 name = "proc_macro"
 version = "0.0.0"
 edition = "2018"
diff --git a/library/profiler_builtins/Cargo.toml b/library/profiler_builtins/Cargo.toml
index b7ab4f19f0a..0f7f0067652 100644
--- a/library/profiler_builtins/Cargo.toml
+++ b/library/profiler_builtins/Cargo.toml
@@ -1,5 +1,4 @@
 [package]
-authors = ["The Rust Project Developers"]
 name = "profiler_builtins"
 version = "0.0.0"
 edition = "2018"
diff --git a/library/rustc-std-workspace-alloc/Cargo.toml b/library/rustc-std-workspace-alloc/Cargo.toml
index 810197afd31..1ea421834a7 100644
--- a/library/rustc-std-workspace-alloc/Cargo.toml
+++ b/library/rustc-std-workspace-alloc/Cargo.toml
@@ -1,7 +1,6 @@
 [package]
 name = "rustc-std-workspace-alloc"
 version = "1.99.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/library/rustc-std-workspace-core/Cargo.toml b/library/rustc-std-workspace-core/Cargo.toml
index a386ec2b43a..01e8b92e149 100644
--- a/library/rustc-std-workspace-core/Cargo.toml
+++ b/library/rustc-std-workspace-core/Cargo.toml
@@ -1,7 +1,6 @@
 [package]
 name = "rustc-std-workspace-core"
 version = "1.99.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/library/rustc-std-workspace-std/Cargo.toml b/library/rustc-std-workspace-std/Cargo.toml
index ed6765556cc..811bc78d210 100644
--- a/library/rustc-std-workspace-std/Cargo.toml
+++ b/library/rustc-std-workspace-std/Cargo.toml
@@ -1,7 +1,6 @@
 [package]
 name = "rustc-std-workspace-std"
 version = "1.99.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/library/std/Cargo.toml b/library/std/Cargo.toml
index 8494563bcd9..492bffbba74 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -1,5 +1,4 @@
 [package]
-authors = ["The Rust Project Developers"]
 name = "std"
 version = "0.0.0"
 license = "MIT OR Apache-2.0"
diff --git a/library/test/Cargo.toml b/library/test/Cargo.toml
index 479d86354c0..80d6072e9b5 100644
--- a/library/test/Cargo.toml
+++ b/library/test/Cargo.toml
@@ -1,5 +1,4 @@
 [package]
-authors = ["The Rust Project Developers"]
 name = "test"
 version = "0.0.0"
 edition = "2018"
diff --git a/library/unwind/Cargo.toml b/library/unwind/Cargo.toml
index 031d2942c51..1941f2b5a00 100644
--- a/library/unwind/Cargo.toml
+++ b/library/unwind/Cargo.toml
@@ -1,5 +1,4 @@
 [package]
-authors = ["The Rust Project Developers"]
 name = "unwind"
 version = "0.0.0"
 license = "MIT OR Apache-2.0"