From 63c4490e7374d4bc2f86f7c0c05c0a57da8c417d Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 21 Feb 2017 11:49:00 +0100 Subject: Kill the plugins crate and its clippy support Sometimes clippy gets outdated by months, and its current support setup means that each Servo component need to opt into it by depending on the plugins crate manually, and not all components do that. --- components/script/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/script/lib.rs') diff --git a/components/script/lib.rs b/components/script/lib.rs index 92be1272d6f..8a2829059c0 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -22,7 +22,6 @@ #![doc = "The script crate contains all matters DOM."] -#![plugin(plugins)] #![plugin(script_plugins)] extern crate angle; -- cgit v1.2.3