Remove usage of std::intrinsics::discriminant_value.

This commit is contained in:
Simon Sapin 2016-12-19 20:19:09 +01:00
parent 17a183808e
commit 01442ba1ae
3 changed files with 4 additions and 6 deletions

View file

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