File tree Expand file tree Collapse file tree 7 files changed +0
-7
lines changed Expand file tree Collapse file tree 7 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " clippy"
33version = " 0.1.56"
4- authors = [" The Rust Clippy Developers" ]
54description = " A bunch of helpful lints to avoid common pitfalls in Rust"
65repository = " https://github.com/rust-lang/rust-clippy"
76readme = " README.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " clippy_dev"
33version = " 0.0.1"
4- authors = [" The Rust Clippy Developers" ]
54edition = " 2018"
65
76[dependencies ]
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 = [" The Rust Clippy Developers" ]
54edition = " 2018"
65readme = " crates-readme.md"
76description = " A bunch of helpful lints to avoid common pitfalls in Rust."
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "clippy_lints"
33# begin automatic update
44version = " 0.1.56"
55# end automatic update
6- authors = [" The Rust Clippy Developers" ]
76description = " A bunch of helpful lints to avoid common pitfalls in Rust"
87repository = " https://github.com/rust-lang/rust-clippy"
98readme = " README.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " clippy_utils"
33version = " 0.1.56"
4- authors = [" The Rust Clippy Developers" ]
54edition = " 2018"
65publish = false
76
Original file line number Diff line number Diff line change 11[package ]
22name = " lintcheck"
33version = " 0.0.1"
4- authors = [" The Rust Clippy Developers" ]
54description = " tool to monitor impact of changes in Clippys lints on a part of the ecosystem"
65readme = " README.md"
76license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " rustc_tools_util"
33version = " 0.2.0"
4- authors = [" The Rust Clippy Developers" ]
54description = " small helper to generate version information for git packages"
65repository = " https://github.com/rust-lang/rust-clippy"
76readme = " README.md"
You can’t perform that action at this time.
0 commit comments