Skip to content

Commit ce06787

Browse files
authoredMar 22, 2021
Rollup merge of #83372 - eggyal:split-inclusive, r=Mark-Simulacrum
SplitInclusive is public API
2 parents 014a4ee + fe95735 commit ce06787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/core/src/str/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub use iter::{EscapeDebug, EscapeDefault, EscapeUnicode};
6666
pub use iter::SplitAsciiWhitespace;
6767

6868
#[stable(feature = "split_inclusive", since = "1.51.0")]
69-
use iter::SplitInclusive;
69+
pub use iter::SplitInclusive;
7070

7171
#[unstable(feature = "str_internals", issue = "none")]
7272
pub use validations::next_code_point;

0 commit comments

Comments
 (0)
Please sign in to comment.