Style only: merge with other pub use statement
This commit is contained in:
parent
dd3b79e9ff
commit
fbfde7eaaf
1 changed files with 1 additions and 4 deletions
|
@ -69,10 +69,7 @@ pub use iter::SplitAsciiWhitespace;
|
||||||
pub 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, utf8_char_width};
|
||||||
|
|
||||||
#[unstable(feature = "str_internals", issue = "none")]
|
|
||||||
pub use validations::utf8_char_width;
|
|
||||||
|
|
||||||
use iter::MatchIndicesInternal;
|
use iter::MatchIndicesInternal;
|
||||||
use iter::SplitInternal;
|
use iter::SplitInternal;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue