diff options
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index f4a1d1d721b..4fa31729495 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -11,7 +11,6 @@ #![feature(proc_macro)] #![feature(range_contains)] #![feature(rustc_attrs)] -#![feature(structural_match)] #![feature(unique)] #![plugin(plugins)] |