about summary refs log tree commit diff
path: root/library/rustc-std-workspace-std
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/rustc-std-workspace-std
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/rustc-std-workspace-std')
-rw-r--r--library/rustc-std-workspace-std/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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