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 11[package ]
22name = " clippy"
33version = " 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" ]
115description = " A bunch of helpful lints to avoid common pitfalls in Rust"
126repository = " https://github.com/rust-lang/rust-clippy"
137readme = " README.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " clippy_dev"
33version = " 0.0.1"
4- authors = [" Philipp Hansch <dev@phansch.net> " ]
4+ authors = [" The Rust Clippy Developers " ]
55edition = " 2018"
66
7-
87[dependencies ]
98bytecount = " 0.6"
109clap = " 2.33"
Original file line number Diff line number Diff line change 11[package ]
22name = " clippy_dummy" # rename to clippy before publishing
33version = " 0.0.303"
4- authors = [" Manish Goregaokar <manishsmail@gmail.com> " ]
4+ authors = [" The Rust Clippy Developers " ]
55edition = " 2018"
66readme = " crates-readme.md"
77description = " 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"
33# begin automatic update
44version = " 0.1.52"
55# 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" ]
127description = " A bunch of helpful lints to avoid common pitfalls in Rust"
138repository = " https://github.com/rust-lang/rust-clippy"
149readme = " README.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " clippy-mini-macro-test"
33version = " 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" ]
115license = " MIT OR Apache-2.0"
126description = " A macro to test clippy's procedural macro checks"
137repository = " https://github.com/rust-lang/rust-clippy"
Original file line number Diff line number Diff line change 11[package ]
22name = " rustc_tools_util"
33version = " 0.2.0"
4- authors = [" Matthias Krüger <matthias.krueger@famsik.de> " ]
4+ authors = [" The Rust Clippy Developers " ]
55description = " small helper to generate version information for git packages"
66repository = " https://github.com/rust-lang/rust-clippy"
77readme = " README.md"
You can’t perform that action at this time.
0 commit comments