Rollup merge of #124406 - Alexendoo:cargo-patch-clippy, r=Mark-Simulacrum

Remove unused `[patch]` for clippy_lints

Looks like it was once used by RLS
This commit is contained in:
Matthias Krüger 2024-04-28 01:25:01 +02:00 committed by GitHub
commit 62a88c375c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,6 +112,3 @@ strip = true
rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
[patch."https://github.com/rust-lang/rust-clippy"]
clippy_lints = { path = "src/tools/clippy/clippy_lints" }