Skip to content

Commit 87bb990

Browse files
authored
Rollup merge of rust-lang#83372 - eggyal:split-inclusive, r=Mark-Simulacrum
SplitInclusive is public API
2 parents 30fc3d8 + ba397d7 commit 87bb990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/str/mod.rs

Lines changed: 1 addition & 1 deletion
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)