Skip to content

Commit fad5fff

Browse files
committed
1 parent b3e0e17 commit fad5fff

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "clippy"
33
version = "0.1.100"
44
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
55
repository = "https://github.com/rust-lang/rust-clippy"
6-
readme = "README.md"
76
license = "MIT OR Apache-2.0"
87
keywords = ["clippy", "lint", "plugin"]
98
categories = ["development-tools", "development-tools::cargo-plugins"]

clippy_lints/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "clippy_lints"
33
version = "0.1.100"
44
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
55
repository = "https://github.com/rust-lang/rust-clippy"
6-
readme = "README.md"
76
license = "MIT OR Apache-2.0"
87
keywords = ["clippy", "lint", "plugin"]
98
edition = "2024"

clippy_utils/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.100"
44
edition = "2024"
55
description = "Helpful tools for writing lints, provided as they are used in Clippy"
66
repository = "https://github.com/rust-lang/rust-clippy"
7-
readme = "README.md"
87
license = "MIT OR Apache-2.0"
98
keywords = ["clippy", "lint", "utils"]
109
categories = ["development-tools"]

lintcheck/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "lintcheck"
33
version = "0.0.1"
44
description = "tool to monitor impact of changes in Clippy's lints on a part of the ecosystem"
5-
readme = "README.md"
65
license = "MIT OR Apache-2.0"
76
repository = "https://github.com/rust-lang/rust-clippy"
87
categories = ["development-tools"]

rustc_tools_util/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "rustc_tools_util"
33
version = "0.4.2"
44
description = "small helper to generate version information for git packages"
55
repository = "https://github.com/rust-lang/rust-clippy"
6-
readme = "README.md"
76
license = "MIT OR Apache-2.0"
87
keywords = ["rustc", "tool", "git", "version", "hash"]
98
categories = ["development-tools"]

0 commit comments

Comments
 (0)