mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Suppress warning about unused attribute
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user