Remove all uses of #[staged_api]
This commit is contained in:
parent
5127d24a3e
commit
be8ace8cac
52 changed files with 34 additions and 52 deletions
|
@ -202,7 +202,7 @@
|
|||
#![cfg_attr(stage0, feature(custom_attribute))]
|
||||
#![crate_name = "std"]
|
||||
#![stable(feature = "rust1", since = "1.0.0")]
|
||||
#![staged_api]
|
||||
#![cfg_attr(stage0, staged_api)]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue