Remove #![feature(structural_match)]

This commit is contained in:
Anthony Ramine 2016-11-03 10:21:23 +01:00
parent a9767333eb
commit 3bc26d1819
10 changed files with 5 additions and 10 deletions

View file

@ -7,7 +7,6 @@
#![feature(rustc_attrs)]
#![feature(slice_patterns)]
#![feature(step_by)]
#![feature(structural_match)]
#![deny(unsafe_code)]