Fix tidy issues

This commit is contained in:
Rohit Burra 2016-10-30 20:01:53 +05:30
parent c4cb3f345b
commit 32ba45ab6f
3 changed files with 4 additions and 3 deletions

View file

@ -3,8 +3,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![cfg(test)]
#![feature(plugin)]
#![feature(core_intrinsics)]
#![feature(plugin)]
extern crate app_units;
extern crate cssparser;