Skip to content

Commit f14037b

Browse files
committed
Auto merge of #4714 - msizanoen1:remove-plugin, r=Manishearth
Remove clippy plugin This PR removes the clippy plugin, which is already deprecated and is causing the `fmt_macros` not found error in rust-lang/rust#62558: rust-lang/rust#62558 (comment) changelog: remove plugin interface
2 parents 000c3ff + a127e14 commit f14037b

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

Cargo.toml

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ publish = false
2222
travis-ci = { repository = "rust-lang/rust-clippy" }
2323
appveyor = { repository = "rust-lang/rust-clippy" }
2424

25-
[lib]
26-
name = "clippy"
27-
plugin = true
28-
test = false
29-
3025
[[bin]]
3126
name = "cargo-clippy"
3227
test = false

src/lib.rs

-35
This file was deleted.

0 commit comments

Comments
 (0)