diff options
| author | David Tolnay <dtolnay@gmail.com> | 2021-03-23 20:26:19 -0700 |
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2021-03-23 20:26:19 -0700 |
| commit | 633a66fb66f5c9c433c58f4aa1da85eefe813fa5 (patch) | |
| tree | a7239010627dd34149b4df0c6fb760dbee0c3679 | |
| parent | 52dc0718c0906cb46a782c8e1d3075544d579c6f (diff) | |
| download | rust-633a66fb66f5c9c433c58f4aa1da85eefe813fa5.tar.gz rust-633a66fb66f5c9c433c58f4aa1da85eefe813fa5.zip | |
Bump alloc::str::SplitInclusive to 1.53.0 release
| -rw-r--r-- | library/alloc/src/str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/str.rs b/library/alloc/src/str.rs index f2edd59f9ba..3730b407972 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.51.0")] +#[stable(feature = "split_inclusive", since = "1.53.0")] pub use core::str::SplitInclusive; #[stable(feature = "rust1", since = "1.0.0")] pub use core::str::SplitWhitespace; |
