File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ impl char {
337
337
/// '1'.is_digit(1);
338
338
/// ```
339
339
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
340
- #[ rustc_const_unstable ( feature = "const_char_classify" , issue = "132241 " ) ]
340
+ #[ rustc_const_stable ( feature = "const_char_classify" , since = "CURRENT_RUSTC_VERSION " ) ]
341
341
#[ inline]
342
342
pub const fn is_digit ( self , radix : u32 ) -> bool {
343
343
self . to_digit ( radix) . is_some ( )
@@ -886,7 +886,7 @@ impl char {
886
886
/// ```
887
887
#[ must_use]
888
888
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
889
- #[ rustc_const_unstable ( feature = "const_char_classify" , issue = "132241 " ) ]
889
+ #[ rustc_const_stable ( feature = "const_char_classify" , since = "CURRENT_RUSTC_VERSION " ) ]
890
890
#[ inline]
891
891
pub const fn is_whitespace ( self ) -> bool {
892
892
match self {
You can’t perform that action at this time.
0 commit comments