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
|
@ -12,6 +12,7 @@
|
|||
#![crate_type = "rlib"]
|
||||
#![cfg_attr(not(feature = "cargo-build"),
|
||||
unstable(feature = "unnamed_feature"))]
|
||||
#![cfg_attr(not(feature = "cargo-build"), feature(staged_api))]
|
||||
#![cfg_attr(not(feature = "cargo-build"), staged_api)]
|
||||
#![cfg_attr(not(feature = "cargo-build"), feature(unnamed_feature))]
|
||||
#![allow(unknown_features)] #![feature(int_uint)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue