Skip to content

Commit ed63c71

Browse files
authored
Fix str::SplitInclusive stabilisation date
1 parent d606dbe commit ed63c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub use core::str::pattern;
4646
pub use core::str::EncodeUtf16;
4747
#[stable(feature = "split_ascii_whitespace", since = "1.34.0")]
4848
pub use core::str::SplitAsciiWhitespace;
49-
#[stable(feature = "split_inclusive", since = "1.53.0")]
49+
#[stable(feature = "split_inclusive", since = "1.51.0")]
5050
pub use core::str::SplitInclusive;
5151
#[stable(feature = "rust1", since = "1.0.0")]
5252
pub use core::str::SplitWhitespace;

0 commit comments

Comments
 (0)