about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCount Count <countvoncount123456@gmail.com>2021-04-07 08:07:09 +0200
committerCount Count <countvoncount123456@gmail.com>2021-04-07 08:07:09 +0200
commitfbfde7eaaf6e95ec186c311d5044281d7b2415c6 (patch)
treeed9cd557bfab59177caca00e93041bd84a9e68a1
parentdd3b79e9ffd7559896d20546b6ba4069032f2811 (diff)
downloadrust-fbfde7eaaf6e95ec186c311d5044281d7b2415c6.tar.gz
rust-fbfde7eaaf6e95ec186c311d5044281d7b2415c6.zip
Style only: merge with other pub use statement
-rw-r--r--library/core/src/str/mod.rs5
1 files changed, 1 insertions, 4 deletions
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;