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:
bors-servo 2017-02-16 10:58:19 -08:00 committed by GitHub
commit a099d27f99
17 changed files with 79 additions and 61 deletions

View file

@ -71,6 +71,7 @@ ref_slice = "1.0"
regex = "0.2"
rustc-serialize = "0.3"
script_layout_interface = {path = "../script_layout_interface"}
script_plugins = {path = "../script_plugins"}
script_traits = {path = "../script_traits"}
selectors = { path = "../selectors" }
serde = "0.8"

View file

@ -23,6 +23,7 @@
#![doc = "The script crate contains all matters DOM."]
#![plugin(plugins)]
#![plugin(script_plugins)]
extern crate angle;
extern crate app_units;