servo: Merge #4574 - Remove if_let feature gates (from Ms2ger:if_let); r=Manishearth

This feature is now supported unconditionally.

Source-Repo: https://github.com/servo/servo
Source-Revision: 4cd9eb1253a764e8794f004a96112f4127687708
This commit is contained in:
Ms2ger 2015-01-08 14:42:53 -07:00
parent 3618f28049
commit 320a27a169
6 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(globs, phase, macro_rules, if_let)]
#![feature(globs, phase, macro_rules)]
#![deny(unused_imports)]
#![deny(unused_variables)]

View File

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(globs, macro_rules, phase, unsafe_destructor, default_type_params, if_let)]
#![feature(globs, macro_rules, phase, unsafe_destructor, default_type_params)]
#![deny(unused_imports)]
#![deny(unused_variables)]

View File

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(globs, macro_rules, phase, thread_local, unsafe_destructor, if_let)]
#![feature(globs, macro_rules, phase, thread_local, unsafe_destructor)]
#![deny(unused_imports)]
#![deny(unused_variables)]

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

View File

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(default_type_params, globs, macro_rules, phase, unsafe_destructor, if_let)]
#![feature(default_type_params, globs, macro_rules, phase, unsafe_destructor)]
#![deny(unused_imports)]
#![deny(unused_variables)]

View File

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(globs, macro_rules, if_let)]
#![feature(globs, macro_rules)]
#![deny(unused_imports)]
#![deny(unused_variables)]