diff --git a/tests/unit/style/lib.rs b/tests/unit/style/lib.rs index c1eab17d1b60..98ed3a9edd65 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;