Skip to content

Commit 72d8c91

Browse files
committed
Allow stabilization of match_default_bindings
1 parent 53ecaba commit 72d8c91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
#![feature(custom_attribute)]
1212
#![feature(decl_macro)]
13+
// FIXME(cramertj) remove after match_default_bindings merges
14+
#![allow(stable_features)]
1315
#![feature(match_default_bindings)]
1416
#![feature(type_ascription)]
1517

0 commit comments

Comments
 (0)