From fad5fffc12d532b1835a2919ca149d668b0afd53 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Wed, 26 Aug 2026 20:08:31 -0400 Subject: [PATCH] chore: fix lint `cargo::manual_readme` See This was found in --- Cargo.toml | 1 - clippy_lints/Cargo.toml | 1 - clippy_utils/Cargo.toml | 1 - lintcheck/Cargo.toml | 1 - rustc_tools_util/Cargo.toml | 1 - 5 files changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b6a70863e710..d83ebdcce214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ name = "clippy" version = "0.1.100" description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" -readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["clippy", "lint", "plugin"] categories = ["development-tools", "development-tools::cargo-plugins"] diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index dc6b27bf027f..568c15f8d5f5 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -3,7 +3,6 @@ name = "clippy_lints" version = "0.1.100" description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" -readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["clippy", "lint", "plugin"] edition = "2024" diff --git a/clippy_utils/Cargo.toml b/clippy_utils/Cargo.toml index b829b1100d37..bf1ea5a799ea 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.100" edition = "2024" description = "Helpful tools for writing lints, provided as they are used in Clippy" repository = "https://github.com/rust-lang/rust-clippy" -readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["clippy", "lint", "utils"] categories = ["development-tools"] diff --git a/lintcheck/Cargo.toml b/lintcheck/Cargo.toml index 0c5eaed8b535..78d889ef4122 100644 --- a/lintcheck/Cargo.toml +++ b/lintcheck/Cargo.toml @@ -2,7 +2,6 @@ name = "lintcheck" version = "0.0.1" description = "tool to monitor impact of changes in Clippy's lints on a part of the ecosystem" -readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/rust-clippy" categories = ["development-tools"] diff --git a/rustc_tools_util/Cargo.toml b/rustc_tools_util/Cargo.toml index 716b1ed61443..9884e0cc7e90 100644 --- a/rustc_tools_util/Cargo.toml +++ b/rustc_tools_util/Cargo.toml @@ -3,7 +3,6 @@ name = "rustc_tools_util" version = "0.4.2" description = "small helper to generate version information for git packages" repository = "https://github.com/rust-lang/rust-clippy" -readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["rustc", "tool", "git", "version", "hash"] categories = ["development-tools"]