diff options
| author | Jade <software@lfcode.ca> | 2021-07-27 16:38:13 -0700 |
|---|---|---|
| committer | Jade <software@lfcode.ca> | 2021-07-29 14:56:05 -0700 |
| commit | 6c2199ea9f115de56849ec39b1238af678e3d9ed (patch) | |
| tree | e4dea99a22e55256ed5830e50b82aea17d06f880 /rustc_tools_util | |
| parent | 2b20f49841dbfb773d47c008b4278885435483ac (diff) | |
| download | rust-6c2199ea9f115de56849ec39b1238af678e3d9ed.tar.gz rust-6c2199ea9f115de56849ec39b1238af678e3d9ed.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 'rustc_tools_util')
| -rw-r--r-- | rustc_tools_util/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rustc_tools_util/Cargo.toml b/rustc_tools_util/Cargo.toml index 2972bc6d51c..9554d4d6c00 100644 --- a/rustc_tools_util/Cargo.toml +++ b/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" |
