diff options
| author | Simon Wollwage <mail.wollwage@gmail.com> | 2014-11-20 00:21:32 +0100 |
|---|---|---|
| committer | Simon Wollwage <mail.wollwage@gmail.com> | 2014-11-20 00:21:32 +0100 |
| commit | 4a83726517009688440ac99771560968d33d015c (patch) | |
| tree | 9cf56728048ee231409d1804a655148114f32c20 /src/libsyntax | |
| parent | bfaa7bcab3459907014c31d3bf980f65ccd14b08 (diff) | |
| download | rust-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.rs | 2 |
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; |
