about summary refs log tree commit diff
path: root/library/std/src/path.rs
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2025-06-23 10:24:40 -0700
committerJosh Stone <jistone@redhat.com>2025-07-01 10:54:33 -0700
commit9ce8930da62a9be15831b78b9834d91702872e15 (patch)
treea91c5c148f120aef477de63e62db7624cb65a54e /library/std/src/path.rs
parent076a0a26fd6f4c445647a33d6daaac56f732ac05 (diff)
downloadrust-9ce8930da62a9be15831b78b9834d91702872e15.tar.gz
rust-9ce8930da62a9be15831b78b9834d91702872e15.zip
Update version placeholders
Diffstat (limited to 'library/std/src/path.rs')
-rw-r--r--library/std/src/path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/path.rs b/library/std/src/path.rs
index 07f212b1135..b734d2b324c 100644
--- a/library/std/src/path.rs
+++ b/library/std/src/path.rs
@@ -1252,7 +1252,7 @@ impl PathBuf {
     /// However, keep in mind that trimming the capacity may result in a reallocation and copy.
     ///
     /// [`into_boxed_path`]: Self::into_boxed_path
-    #[stable(feature = "os_string_pathbuf_leak", since = "CURRENT_RUSTC_VERSION")]
+    #[stable(feature = "os_string_pathbuf_leak", since = "1.89.0")]
     #[inline]
     pub fn leak<'a>(self) -> &'a mut Path {
         Path::from_inner_mut(self.inner.leak())