Kill the plugins crate and its clippy support

Sometimes clippy gets outdated by months, and its current support setup
means that each Servo component need to opt into it by depending on
the plugins crate manually, and not all components do that.
This commit is contained in:
Anthony Ramine 2017-02-21 11:49:00 +01:00
parent e973b2958d
commit 63c4490e73
49 changed files with 9 additions and 214 deletions

View file

@ -31,7 +31,7 @@ num = []
[ignore]
# Ignored packages with duplicated versions
packages = ["byteorder", "semver", "serde_codegen_internals", "syn"]
packages = ["byteorder", "serde_codegen_internals", "syn"]
# Files that are ignored for all tidy and lint checks.
files = [
# Generated and upstream code combined with our own. Could use cleanup