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 4444//! let two = xs.pop();
4545//! ```
4646
47+ #![ stable]
48+
4749use core:: prelude:: * ;
4850
4951use alloc:: boxed:: Box ;
Original file line number Diff line number Diff line change 1111//! Utilities for formatting and printing strings
1212
1313#![ allow( unused_variables) ]
14+ #![ stable]
1415
1516use any;
1617use cell:: { Cell , RefCell , Ref , RefMut } ;
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ mod u_str;
5757/// (inclusive) are allowed. A `char` can always be safely cast to a `u32`;
5858/// however the converse is not always true due to the above range limits
5959/// and, as such, should be performed via the `from_u32` function..
60+ #[ stable]
6061pub mod char {
6162 pub use core:: char:: { MAX , from_u32, from_digit} ;
6263
You can’t perform that action at this time.
0 commit comments