rustc: Remove #![unstable] annotation
These are now no longer necessary with `-Z force-unstable-if-unmarked`
This commit is contained in:
parent
af0e16c852
commit
ab54f4b226
34 changed files with 121 additions and 97 deletions
|
|
@ -11,11 +11,11 @@
|
|||
|
||||
#![crate_name = "rustc_bitflags"]
|
||||
#![feature(associated_consts)]
|
||||
#![feature(staged_api)]
|
||||
#![crate_type = "rlib"]
|
||||
#![no_std]
|
||||
#![unstable(feature = "rustc_private", issue = "27812")]
|
||||
#![deny(warnings)]
|
||||
#![cfg_attr(stage0, unstable(feature = "rustc_private", issue = "27812"))]
|
||||
#![cfg_attr(stage0, feature(staged_api))]
|
||||
|
||||
//! A typesafe bitmask flag generator.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue