mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Auto merge of #15584 - nox:plugin, r=jdm
Move script lints to script_plugins <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15584) <!-- Reviewable:end -->
This commit is contained in:
commit
a099d27f99
17 changed files with 79 additions and 61 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -2071,8 +2071,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]]
|
||||
|
@ -2335,6 +2335,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)",
|
||||
|
@ -2385,6 +2386,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