Rollup merge of #83372 - eggyal:split-inclusive, r=Mark-Simulacrum
SplitInclusive is public API
This commit is contained in:
commit
ce06787548
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ pub use iter::{EscapeDebug, EscapeDefault, EscapeUnicode};
|
||||||
pub use iter::SplitAsciiWhitespace;
|
pub use iter::SplitAsciiWhitespace;
|
||||||
|
|
||||||
#[stable(feature = "split_inclusive", since = "1.51.0")]
|
#[stable(feature = "split_inclusive", since = "1.51.0")]
|
||||||
use iter::SplitInclusive;
|
pub use iter::SplitInclusive;
|
||||||
|
|
||||||
#[unstable(feature = "str_internals", issue = "none")]
|
#[unstable(feature = "str_internals", issue = "none")]
|
||||||
pub use validations::next_code_point;
|
pub use validations::next_code_point;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue