]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/rfc-2005-default-binding-mode/enum.rs
Stabilize match_default_bindings
[rust.git] / src / test / run-pass / rfc-2005-default-binding-mode / enum.rs
index a7b3db021b021a428a45a6571c0758b0277327e6..4755fc37ef3470fd34212c5d993f0682a5a76c03 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(match_default_bindings)]
-
 enum Wrapper {
     Wrap(i32),
 }