Skip to content

Commit d8982e5

Browse files
committed
Suppress warning about unused attribute
1 parent 43af1ba commit d8982e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#![feature(decl_macro)]
1313
// FIXME(cramertj) remove after match_default_bindings merges
1414
#![allow(stable_features)]
15+
#![allow(unused_attributes)]
1516
#![feature(match_default_bindings)]
1617
#![feature(type_ascription)]
1718
#![feature(unicode_internals)]

0 commit comments

Comments
 (0)