Skip to content

Commit fbfde7e

Browse files
committed
Style only: merge with other pub use statement
1 parent dd3b79e commit fbfde7e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: library/core/src/str/mod.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ pub use iter::SplitAsciiWhitespace;
6969
pub use iter::SplitInclusive;
7070

7171
#[unstable(feature = "str_internals", issue = "none")]
72-
pub use validations::next_code_point;
73-
74-
#[unstable(feature = "str_internals", issue = "none")]
75-
pub use validations::utf8_char_width;
72+
pub use validations::{next_code_point, utf8_char_width};
7673

7774
use iter::MatchIndicesInternal;
7875
use iter::SplitInternal;

0 commit comments

Comments
 (0)