From 0dae5c8d1f5398e292dff6a36cbe5328a9587363 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 12 Oct 2017 00:44:41 +0200 Subject: [PATCH] Remove unused feature flag --- components/style_traits/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/style_traits/lib.rs b/components/style_traits/lib.rs index a46c233b8f3..1f79f2ccc0a 100644 --- a/components/style_traits/lib.rs +++ b/components/style_traits/lib.rs @@ -11,8 +11,6 @@ #![deny(unsafe_code, missing_docs)] -#![cfg_attr(feature = "servo", feature(plugin))] - extern crate app_units; #[macro_use] extern crate bitflags; #[macro_use] extern crate cssparser;