Skip to content

Commit

Permalink
Auto merge of #4714 - msizanoen1:remove-plugin, r=Manishearth
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Nov 6, 2019
2 parents d1e0490 + a127e14 commit eae7b99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ publish = false
travis-ci = { repository = "rust-lang/rust-clippy" }
appveyor = { repository = "rust-lang/rust-clippy" }

[lib]
name = "clippy"
plugin = true
test = false

[[bin]]
name = "cargo-clippy"
test = false
Expand Down
35 changes: 0 additions & 35 deletions src/lib.rs

This file was deleted.

0 comments on commit eae7b99

Please sign in to comment.