mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Replace usage of discriminant_value in viewport.rs
This commit is contained in:
parent
f3d6859ab7
commit
3932a82a2c
2 changed files with 74 additions and 33 deletions
|
@ -23,9 +23,6 @@
|
|||
//! [cssparser]: ../cssparser/index.html
|
||||
//! [selectors]: ../selectors/index.html
|
||||
|
||||
// FIXME: replace discriminant_value with per-enum methods that use `match`?
|
||||
#![feature(core_intrinsics)]
|
||||
|
||||
#![cfg_attr(feature = "servo", feature(custom_attribute))]
|
||||
#![cfg_attr(feature = "servo", feature(custom_derive))]
|
||||
#![cfg_attr(feature = "servo", feature(plugin))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue