Skip to content

Commit

Permalink
SplitInclusive is public API
Browse files Browse the repository at this point in the history
  • Loading branch information
eggyal committed Mar 22, 2021
1 parent 142c831 commit fe95735
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 fe95735

Please sign in to comment.