File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ impl char {
337337 /// '1'.is_digit(1);
338338 /// ```
339339 #[ 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 " ) ]
341341 #[ inline]
342342 pub const fn is_digit ( self , radix : u32 ) -> bool {
343343 self . to_digit ( radix) . is_some ( )
@@ -886,7 +886,7 @@ impl char {
886886 /// ```
887887 #[ must_use]
888888 #[ 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 " ) ]
890890 #[ inline]
891891 pub const fn is_whitespace ( self ) -> bool {
892892 match self {
You can’t perform that action at this time.
0 commit comments