mirror of
https://github.com/servo/servo.git
synced 2025-07-24 07:40:27 +01:00
Remove if_let feature gates.
This feature is now supported unconditionally.
This commit is contained in:
parent
df6a7959df
commit
5f31da82bd
6 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@
|
|||
//! - `#[dom_struct]` : Implies `#[privatize]`,`#[jstraceable]`, and `#[must_root]`.
|
||||
//! Use this for structs that correspond to a DOM type
|
||||
|
||||
#![feature(macro_rules, plugin_registrar, quote, phase, if_let)]
|
||||
#![feature(macro_rules, plugin_registrar, quote, phase)]
|
||||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue