Put #[staged_api] behind the 'staged_api' gate
This commit is contained in:
parent
2b879a08b5
commit
d3c0bb416e
41 changed files with 61 additions and 1 deletions
|
@ -96,6 +96,7 @@
|
|||
|
||||
#![crate_name = "std"]
|
||||
#![stable(feature = "grandfathered", since = "1.0.0")]
|
||||
#![feature(staged_api)]
|
||||
#![staged_api]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue