We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee88f46 commit 4c39b34Copy full SHA for 4c39b34
library/core/src/str/mod.rs
@@ -71,6 +71,9 @@ use iter::SplitInclusive;
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;
76
+
77
use iter::MatchIndicesInternal;
78
use iter::SplitInternal;
79
use iter::{MatchesInternal, SplitNInternal};
0 commit comments