about summary refs log tree commit diff
path: root/library/alloc/src
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2024-04-28 09:28:27 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2024-05-01 21:01:51 -0400
commitbd7d328807a8bb15732ebb764e1ea3df4fbe3fd1 (patch)
treea7e4864587a0af2a4681551cff4488402e281c3f /library/alloc/src
parentcfb2410752d7f7108f1b140a65310ffc9f6eb6c6 (diff)
downloadrust-bd7d328807a8bb15732ebb764e1ea3df4fbe3fd1.tar.gz
rust-bd7d328807a8bb15732ebb764e1ea3df4fbe3fd1.zip
Replace version placeholders for 1.79
Diffstat (limited to 'library/alloc/src')
-rw-r--r--library/alloc/src/str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/str.rs b/library/alloc/src/str.rs
index d88639c4092..c0d292cd208 100644
--- a/library/alloc/src/str.rs
+++ b/library/alloc/src/str.rs
@@ -53,7 +53,7 @@ pub use core::str::{RSplit, Split};
 pub use core::str::{RSplitN, SplitN};
 #[stable(feature = "rust1", since = "1.0.0")]
 pub use core::str::{RSplitTerminator, SplitTerminator};
-#[stable(feature = "utf8_chunks", since = "CURRENT_RUSTC_VERSION")]
+#[stable(feature = "utf8_chunks", since = "1.79.0")]
 pub use core::str::{Utf8Chunk, Utf8Chunks};
 
 /// Note: `str` in `Concat<str>` is not meaningful here.