We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f419b commit 0dbd0ceCopy full SHA for 0dbd0ce
core/src/str/mod.rs
@@ -69,10 +69,7 @@ pub use iter::SplitAsciiWhitespace;
69
pub use iter::SplitInclusive;
70
71
#[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;
+pub use validations::{next_code_point, utf8_char_width};
76
77
use iter::MatchIndicesInternal;
78
use iter::SplitInternal;
0 commit comments