From 3f467023feb0fc90bf2446ae2a8b38619bdcaab9 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Sat, 14 Oct 2017 11:43:35 +0200 Subject: [PATCH] Remove unused feature flag --- tests/unit/style/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/style/lib.rs b/tests/unit/style/lib.rs index c1eab17d1b6..98ed3a9edd6 100644 --- a/tests/unit/style/lib.rs +++ b/tests/unit/style/lib.rs @@ -3,7 +3,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #![cfg(test)] -#![feature(plugin, test)] +#![feature(test)] extern crate app_units; extern crate cssparser;