Skip to content

Commit 026600d

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 24bba83 + cad45ed commit 026600d

File tree

12 files changed

+0
-12
lines changed

12 files changed

+0
-12
lines changed

alloc/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "alloc"
43
version = "0.0.0"
54
license = "MIT OR Apache-2.0"

core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "core"
43
version = "0.0.0"
54
license = "MIT OR Apache-2.0"

panic_abort/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "panic_abort"
43
version = "0.0.0"
54
license = "MIT OR Apache-2.0"

panic_unwind/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "panic_unwind"
43
version = "0.0.0"
54
license = "MIT OR Apache-2.0"

proc_macro/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "proc_macro"
43
version = "0.0.0"
54
edition = "2018"

profiler_builtins/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "profiler_builtins"
43
version = "0.0.0"
54
edition = "2018"

rustc-std-workspace-alloc/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-std-workspace-alloc"
33
version = "1.99.0"
4-
authors = ["Alex Crichton <[email protected]>"]
54
license = 'MIT OR Apache-2.0'
65
description = """
76
Hack for the compiler's own build system

rustc-std-workspace-core/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-std-workspace-core"
33
version = "1.99.0"
4-
authors = ["Alex Crichton <[email protected]>"]
54
license = 'MIT OR Apache-2.0'
65
description = """
76
Hack for the compiler's own build system

rustc-std-workspace-std/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-std-workspace-std"
33
version = "1.99.0"
4-
authors = ["Alex Crichton <[email protected]>"]
54
license = 'MIT OR Apache-2.0'
65
description = """
76
Hack for the compiler's own build system

std/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "std"
43
version = "0.0.0"
54
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)