Remove if_let feature gates.

This feature is now supported unconditionally.
This commit is contained in:
Ms2ger 2015-01-08 17:26:06 +01:00
parent df6a7959df
commit 5f31da82bd
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)]