Skip to content

Commit 633a66f

Browse files
committed
Bump alloc::str::SplitInclusive to 1.53.0 release
1 parent 52dc071 commit 633a66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/str.rs

+1-1
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.51.0")]
49+
#[stable(feature = "split_inclusive", since = "1.53.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)