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 1
1
[package ]
2
2
name = " clippy"
3
3
version = " 0.1.56"
4
- authors = [" The Rust Clippy Developers" ]
5
4
description = " A bunch of helpful lints to avoid common pitfalls in Rust"
6
5
repository = " https://github.com/rust-lang/rust-clippy"
7
6
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 = [" The Rust Clippy Developers" ]
5
4
edition = " 2018"
6
5
7
6
[dependencies ]
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 = [" The Rust Clippy Developers" ]
5
4
edition = " 2018"
6
5
readme = " crates-readme.md"
7
6
description = " 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"
3
3
# begin automatic update
4
4
version = " 0.1.56"
5
5
# end automatic update
6
- authors = [" The Rust Clippy Developers" ]
7
6
description = " A bunch of helpful lints to avoid common pitfalls in Rust"
8
7
repository = " https://github.com/rust-lang/rust-clippy"
9
8
readme = " README.md"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy_utils"
3
3
version = " 0.1.56"
4
- authors = [" The Rust Clippy Developers" ]
5
4
edition = " 2018"
6
5
publish = false
7
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lintcheck"
3
3
version = " 0.0.1"
4
- authors = [" The Rust Clippy Developers" ]
5
4
description = " tool to monitor impact of changes in Clippys lints on a part of the ecosystem"
6
5
readme = " README.md"
7
6
license = " MIT OR Apache-2.0"
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 = [" The Rust Clippy Developers" ]
5
4
description = " small helper to generate version information for git packages"
6
5
repository = " https://github.com/rust-lang/rust-clippy"
7
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments