auto merge of #4574 : Ms2ger/servo/if_let, r=Manishearth

This feature is now supported unconditionally.
This commit is contained in:
bors-servo 2015-01-08 14:42:53 -07:00
commit 4cd9eb1253
6 changed files with 6 additions and 6 deletions

View file

@ -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)]