Skip to content

Commit

Permalink
Remove unused feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Oct 16, 2017
1 parent a9022be commit 3f46702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/style/lib.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 3f46702

Please sign in to comment.