about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorSimon Wollwage <mail.wollwage@gmail.com>2014-11-20 00:21:32 +0100
committerSimon Wollwage <mail.wollwage@gmail.com>2014-11-20 00:21:32 +0100
commit4a83726517009688440ac99771560968d33d015c (patch)
tree9cf56728048ee231409d1804a655148114f32c20 /src/libsyntax
parentbfaa7bcab3459907014c31d3bf980f65ccd14b08 (diff)
downloadrust-4a83726517009688440ac99771560968d33d015c.tar.gz
rust-4a83726517009688440ac99771560968d33d015c.zip
removed usage of struct_variant feature as it is no longer gated
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/lib.rs2
1 files changed, 1 insertions, 1 deletions
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;