Skip to content

Commit

Permalink
Fix str::SplitInclusive stabilisation date
Browse files Browse the repository at this point in the history
  • Loading branch information
mbartlett21 authored Nov 5, 2021
1 parent d606dbe commit ed63c71
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.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;
Expand Down

0 comments on commit ed63c71

Please sign in to comment.