Remove unused feature flag

This commit is contained in:
Simon Sapin 2017-10-14 11:43:35 +02:00
parent a9022be0c3
commit 3f467023fe

View file

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