Suppress warning about unused attribute
This commit is contained in:
parent
43af1ba77a
commit
d8982e5efe
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#![feature(decl_macro)]
|
||||
// FIXME(cramertj) remove after match_default_bindings merges
|
||||
#![allow(stable_features)]
|
||||
#![allow(unused_attributes)]
|
||||
#![feature(match_default_bindings)]
|
||||
#![feature(type_ascription)]
|
||||
#![feature(unicode_internals)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue