diff options
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index c680233f7ac..4d54758288d 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -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)] +#![feature(globs, macro_rules, phase, unsafe_destructor, default_type_params, if_let)] #![deny(unused_imports)] #![deny(unused_variables)] |