Skip to content

Commit e8c03c3

Browse files
committed
Re-exports core::str::Utf16CodeUnits in std::str
Closes #17751
1 parent 8d70216 commit e8c03c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/str.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ use vec::Vec;
7575
pub use core::str::{from_utf8, CharEq, Chars, CharOffsets};
7676
pub use core::str::{Bytes, CharSplits};
7777
pub use core::str::{CharSplitsN, AnyLines, MatchIndices, StrSplits};
78-
pub use core::str::{eq_slice, is_utf8, is_utf16, Utf16Items};
78+
pub use core::str::{Utf16CodeUnits, eq_slice, is_utf8, is_utf16, Utf16Items};
7979
pub use core::str::{Utf16Item, ScalarValue, LoneSurrogate, utf16_items};
8080
pub use core::str::{truncate_utf16_at_nul, utf8_char_width, CharRange};
8181
pub use core::str::{Str, StrSlice};

0 commit comments

Comments
 (0)