mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Remove usage of std::intrinsics::discriminant_value.
This commit is contained in:
parent
17a183808e
commit
01442ba1ae
3 changed files with 4 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue