mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
Auto merge of #15670 - nox:die-plugins-die, r=Manishearth
Kill the plugins crate and its clippy support <!-- 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/15670) <!-- Reviewable:end -->
This commit is contained in:
commit
14bbe9d872
52 changed files with 9 additions and 219 deletions
|
@ -63,7 +63,6 @@ offscreen_gl_context = "0.6"
|
|||
open = "1.1.1"
|
||||
parking_lot = "0.3"
|
||||
phf = "0.7.18"
|
||||
plugins = {path = "../plugins"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
range = {path = "../range"}
|
||||
ref_filter_map = "1.0.1"
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
#![doc = "The script crate contains all matters DOM."]
|
||||
|
||||
#![plugin(plugins)]
|
||||
#![plugin(script_plugins)]
|
||||
|
||||
extern crate angle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue