about summary refs log tree commit diff
diff options
context:
space:
mode:
authormbartlett21 <29034492+mbartlett21@users.noreply.github.com>2021-11-05 17:46:58 +1000
committerGitHub <noreply@github.com>2021-11-05 17:46:58 +1000
commited63c71d61f2e9e5d8f54a78149117e596dddf0f (patch)
tree630f7295cd571ac7ee052c11455bfca5a0ee1430
parentd606dbe25604f4faeed193498858f9af50ea3d9c (diff)
downloadrust-ed63c71d61f2e9e5d8f54a78149117e596dddf0f.tar.gz
rust-ed63c71d61f2e9e5d8f54a78149117e596dddf0f.zip
Fix `str::SplitInclusive` stabilisation date
-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 3b875477df3..104f5556566 100644
--- a/library/alloc/src/str.rs
+++ b/library/alloc/src/str.rs
@@ -46,7 +46,7 @@ pub use core::str::pattern;
 pub use core::str::EncodeUtf16;
 #[stable(feature = "split_ascii_whitespace", since = "1.34.0")]
 pub use core::str::SplitAsciiWhitespace;
-#[stable(feature = "split_inclusive", since = "1.53.0")]
+#[stable(feature = "split_inclusive", since = "1.51.0")]
 pub use core::str::SplitInclusive;
 #[stable(feature = "rust1", since = "1.0.0")]
 pub use core::str::SplitWhitespace;