mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
e973b2958d
commit
63c4490e73
49 changed files with 9 additions and 214 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue