Skip to content

Commit

Permalink
Rollup merge of rust-lang#83372 - eggyal:split-inclusive, r=Mark-Simu…
Browse files Browse the repository at this point in the history
…lacrum

SplitInclusive is public API
  • Loading branch information
Dylan-DPC committed Mar 22, 2021
2 parents 014a4ee + fe95735 commit ce06787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ce06787

Please sign in to comment.