servo: Merge #15545 - Kill some more plugins (from nox:plugin); r=SimonSapin

Source-Repo: https://github.com/servo/servo
Source-Revision: 9702d6920a7cf6506fa26c042eb4b9f7cd061713
This commit is contained in:
Anthony Ramine
2017-02-15 01:24:39 -08:00
parent fbb44d36fa
commit 7d44caef18
18 changed files with 71 additions and 157 deletions

View File

@@ -38,6 +38,8 @@ extern crate cookie as cookie_rs;
extern crate core;
#[macro_use]
extern crate cssparser;
#[macro_use]
extern crate deny_public_fields;
extern crate devtools_traits;
#[macro_use]
extern crate domobject_derive;