Expose str::SplitInclusive
This commit is contained in:
parent
b6fb8dcdf8
commit
3313a14888
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ pub use iter::{EscapeDebug, EscapeDefault, EscapeUnicode};
|
|||
pub use iter::SplitAsciiWhitespace;
|
||||
|
||||
#[stable(feature = "split_inclusive", since = "1.51.0")]
|
||||
use iter::SplitInclusive;
|
||||
pub use iter::SplitInclusive;
|
||||
|
||||
#[unstable(feature = "str_internals", issue = "none")]
|
||||
pub use validations::next_code_point;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue