mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Move script lints to script_plugins
The plugins crate now just allows to hook into clippy from a single crate.
This commit is contained in:
parent
84a44a4014
commit
3eed8a91a1
17 changed files with 79 additions and 61 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -2038,8 +2038,8 @@ version = "0.0.1"
|
|||
dependencies = [
|
||||
"compiletest_helper 0.0.1",
|
||||
"deny_public_fields 0.0.1",
|
||||
"plugins 0.0.1",
|
||||
"script 0.0.1",
|
||||
"script_plugins 0.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2302,6 +2302,7 @@ dependencies = [
|
|||
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"script_layout_interface 0.0.1",
|
||||
"script_plugins 0.0.1",
|
||||
"script_traits 0.0.1",
|
||||
"selectors 0.18.0",
|
||||
"serde 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -2352,6 +2353,10 @@ dependencies = [
|
|||
"style 0.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "script_plugins"
|
||||
version = "0.0.1"
|
||||
|
||||
[[package]]
|
||||
name = "script_tests"
|
||||
version = "0.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue