File tree Expand file tree Collapse file tree 6 files changed +6
-24
lines changed Expand file tree Collapse file tree 6 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
3
version = " 0.1.52"
4
- authors = [
5
- " Manish Goregaokar <manishsmail@gmail.com>" ,
6
- " Andre Bogus <bogusandre@gmail.com>" ,
7
- " Georg Brandl <georg@python.org>" ,
8
- " Martin Carton <cartonmartin@gmail.com>" ,
9
- " Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
10
- ]
4
+ authors = [" The Rust Clippy Developers" ]
11
5
description = " A bunch of helpful lints to avoid common pitfalls in Rust"
12
6
repository = " https://github.com/rust-lang/rust-clippy"
13
7
readme = " README.md"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy_dev"
3
3
version = " 0.0.1"
4
- authors = [" Philipp Hansch <dev@phansch.net> " ]
4
+ authors = [" The Rust Clippy Developers " ]
5
5
edition = " 2018"
6
6
7
-
8
7
[dependencies ]
9
8
bytecount = " 0.6"
10
9
clap = " 2.33"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy_dummy" # rename to clippy before publishing
3
3
version = " 0.0.303"
4
- authors = [" Manish Goregaokar <manishsmail@gmail.com> " ]
4
+ authors = [" The Rust Clippy Developers " ]
5
5
edition = " 2018"
6
6
readme = " crates-readme.md"
7
7
description = " A bunch of helpful lints to avoid common pitfalls in Rust."
Original file line number Diff line number Diff line change @@ -3,12 +3,7 @@ name = "clippy_lints"
3
3
# begin automatic update
4
4
version = " 0.1.52"
5
5
# end automatic update
6
- authors = [
7
- " Manish Goregaokar <manishsmail@gmail.com>" ,
8
- " Andre Bogus <bogusandre@gmail.com>" ,
9
- " Georg Brandl <georg@python.org>" ,
10
- " Martin Carton <cartonmartin@gmail.com>" ,
11
- ]
6
+ authors = [" The Rust Clippy Developers" ]
12
7
description = " A bunch of helpful lints to avoid common pitfalls in Rust"
13
8
repository = " https://github.com/rust-lang/rust-clippy"
14
9
readme = " README.md"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy-mini-macro-test"
3
3
version = " 0.2.0"
4
- authors = [
5
- " Manish Goregaokar <manishsmail@gmail.com>" ,
6
- " Andre Bogus <bogusandre@gmail.com>" ,
7
- " Georg Brandl <georg@python.org>" ,
8
- " Martin Carton <cartonmartin@gmail.com>" ,
9
- " Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
10
- ]
4
+ authors = [" The Rust Clippy Developers" ]
11
5
license = " MIT OR Apache-2.0"
12
6
description = " A macro to test clippy's procedural macro checks"
13
7
repository = " https://github.com/rust-lang/rust-clippy"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustc_tools_util"
3
3
version = " 0.2.0"
4
- authors = [" Matthias Krüger <matthias.krueger@famsik.de> " ]
4
+ authors = [" The Rust Clippy Developers " ]
5
5
description = " small helper to generate version information for git packages"
6
6
repository = " https://github.com/rust-lang/rust-clippy"
7
7
readme = " README.md"
You can’t perform that action at this time.
0 commit comments