diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2021-03-09 17:50:04 +0100 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-03-09 17:50:04 +0100 |
| commit | 8e1ce480b9d4a56e77a3c2f458dacd3c051f5f47 (patch) | |
| tree | 4eb904a7d1c9400acfefdf8b197dcdd7d1465dff /clippy_dev | |
| parent | 2b781c97b23fb0021a9672dfb5e4f2a4b247c91d (diff) | |
| download | rust-8e1ce480b9d4a56e77a3c2f458dacd3c051f5f47.tar.gz rust-8e1ce480b9d4a56e77a3c2f458dacd3c051f5f47.zip | |
Set Clippy authors to "The Rust Clippy Developers"
Clippy has grown enough, that putting specific people in the "authors" field is warranted anymore.
Diffstat (limited to 'clippy_dev')
| -rw-r--r-- | clippy_dev/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clippy_dev/Cargo.toml b/clippy_dev/Cargo.toml index ebf157b80ac..5cfd5056f58 100644 --- a/clippy_dev/Cargo.toml +++ b/clippy_dev/Cargo.toml @@ -1,10 +1,9 @@ [package] name = "clippy_dev" version = "0.0.1" -authors = ["Philipp Hansch <dev@phansch.net>"] +authors = ["The Rust Clippy Developers"] edition = "2018" - [dependencies] bytecount = "0.6" clap = "2.33" |
