Skip to content

Commit

Permalink
Style only: merge with other pub use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Count-Count committed Apr 7, 2021
1 parent dd3b79e commit fbfde7e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions library/core/src/str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ pub use iter::SplitAsciiWhitespace;
pub use iter::SplitInclusive;

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

#[unstable(feature = "str_internals", issue = "none")]
pub use validations::utf8_char_width;
pub use validations::{next_code_point, utf8_char_width};

use iter::MatchIndicesInternal;
use iter::SplitInternal;
Expand Down

0 comments on commit fbfde7e

Please sign in to comment.