Remove unused `[patch]` for clippy_lints

This commit is contained in:
Alex Macleod 2024-04-26 15:35:43 +01:00
parent 5ff8fbb2d8
commit 5b5ee0e7bd
1 changed files with 0 additions and 3 deletions

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" }