diff --git a/library/core/src/str/mod.rs b/library/core/src/str/mod.rs index 8f30ce91933..77487f436ea 100644 --- a/library/core/src/str/mod.rs +++ b/library/core/src/str/mod.rs @@ -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;