Remove 'since' from unstable attributes
This commit is contained in:
parent
0768892abe
commit
41278c5441
131 changed files with 695 additions and 690 deletions
|
@ -11,7 +11,7 @@
|
|||
#![crate_name = "libc"]
|
||||
#![crate_type = "rlib"]
|
||||
#![cfg_attr(not(feature = "cargo-build"),
|
||||
unstable(feature = "unnamed_feature", since = "1.0.0"))]
|
||||
unstable(feature = "unnamed_feature"))]
|
||||
#![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