about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Macleod <alex@macleod.io>2024-04-26 15:35:43 +0100
committerAlex Macleod <alex@macleod.io>2024-04-26 15:35:43 +0100
commit5b5ee0e7bd527d062143e5fe728d69f0f7e09bc9 (patch)
treebdbf6d775cc9459ddce689632977824e80affb14 /Cargo.toml
parent5ff8fbb2d83d423974d21d754b5ee56a4c869551 (diff)
downloadrust-5b5ee0e7bd527d062143e5fe728d69f0f7e09bc9.tar.gz
rust-5b5ee0e7bd527d062143e5fe728d69f0f7e09bc9.zip
Remove unused `[patch]` for clippy_lints
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bbf4ecfe61d..1379e4cd3bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }