Improvements to feature staging
This gets rid of the 'experimental' level, removes the non-staged_api case (i.e. stability levels for out-of-tree crates), and lets the staged_api attributes use 'unstable' and 'deprecated' lints. This makes the transition period to the full feature staging design a bit nicer.
This commit is contained in:
parent
5364c4853f
commit
1f70acbf4c
105 changed files with 386 additions and 392 deletions
|
@ -33,7 +33,7 @@ pub use core::num::{FpCategory};
|
|||
|
||||
use option::Option;
|
||||
|
||||
#[experimental = "may be removed or relocated"]
|
||||
#[unstable = "may be removed or relocated"]
|
||||
pub mod strconv;
|
||||
|
||||
/// Mathematical operations on primitive floating point numbers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue