File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -544,7 +544,7 @@ impl OsString {
544
544
/// However, keep in mind that trimming the capacity may result in a reallocation and copy.
545
545
///
546
546
/// [`into_boxed_os_str`]: Self::into_boxed_os_str
547
- #[ unstable ( feature = "os_string_pathbuf_leak" , issue = "125965 " ) ]
547
+ #[ stable ( feature = "os_string_pathbuf_leak" , issue = "CURRENT_RUSTC_VERSION " ) ]
548
548
#[ inline]
549
549
pub fn leak < ' a > ( self ) -> & ' a mut OsStr {
550
550
OsStr :: from_inner_mut ( self . inner . leak ( ) )
Original file line number Diff line number Diff line change @@ -1248,7 +1248,7 @@ impl PathBuf {
1248
1248
/// However, keep in mind that trimming the capacity may result in a reallocation and copy.
1249
1249
///
1250
1250
/// [`into_boxed_path`]: Self::into_boxed_path
1251
- #[ unstable ( feature = "os_string_pathbuf_leak" , issue = "125965 " ) ]
1251
+ #[ stable ( feature = "os_string_pathbuf_leak" , issue = "CURRENT_RUSTC_VERSION " ) ]
1252
1252
#[ inline]
1253
1253
pub fn leak < ' a > ( self ) -> & ' a mut Path {
1254
1254
Path :: from_inner_mut ( self . inner . leak ( ) )
You can’t perform that action at this time.
0 commit comments