Remove unused feature flag

This commit is contained in:
Simon Sapin 2017-10-12 00:44:41 +02:00
parent aa5761a5fb
commit 0dae5c8d1f

View file

@ -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;