From 4a83726517009688440ac99771560968d33d015c Mon Sep 17 00:00:00 2001 From: Simon Wollwage Date: Thu, 20 Nov 2014 00:21:32 +0100 Subject: removed usage of struct_variant feature as it is no longer gated --- src/libsyntax/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index fa10cb90f83..c9d72603b89 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -25,7 +25,7 @@ #![allow(unknown_features)] #![feature(if_let, macro_rules, globs, default_type_params, phase, slicing_syntax)] -#![feature(quote, struct_variant, unsafe_destructor, import_shadowing)] +#![feature(quote, unsafe_destructor, import_shadowing)] extern crate arena; extern crate fmt_macros; -- cgit 1.4.1-3-g733a5