Skip to content

Commit

Permalink
Bump alloc::str::SplitInclusive to 1.53.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 24, 2021
1 parent 52dc071 commit 633a66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 633a66f

Please sign in to comment.