File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 44
44
//! let two = xs.pop();
45
45
//! ```
46
46
47
+ #![ stable]
48
+
47
49
use core:: prelude:: * ;
48
50
49
51
use alloc:: boxed:: Box ;
Original file line number Diff line number Diff line change 11
11
//! Utilities for formatting and printing strings
12
12
13
13
#![ allow( unused_variables) ]
14
+ #![ stable]
14
15
15
16
use any;
16
17
use cell:: { Cell , RefCell , Ref , RefMut } ;
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ mod u_str;
57
57
/// (inclusive) are allowed. A `char` can always be safely cast to a `u32`;
58
58
/// however the converse is not always true due to the above range limits
59
59
/// and, as such, should be performed via the `from_u32` function..
60
+ #[ stable]
60
61
pub mod char {
61
62
pub use core:: char:: { MAX , from_u32, from_digit} ;
62
63
You can’t perform that action at this time.
0 commit comments