Skip to content

Commit ac19dff

Browse files
Updating str.chars docs to mention crates.io.
This might spare someone else a little time searching the stdlib for unicode/grapheme support.
1 parent e0bbe79 commit ac19dff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libcore/str/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2658,7 +2658,8 @@ impl str {
26582658
///
26592659
/// It's important to remember that [`char`] represents a Unicode Scalar
26602660
/// Value, and may not match your idea of what a 'character' is. Iteration
2661-
/// over grapheme clusters may be what you actually want.
2661+
/// over grapheme clusters may be what you actually want. This functionality
2662+
/// is not provided by Rust's standard library, check crates.io instead.
26622663
///
26632664
/// # Examples
26642665
///

0 commit comments

Comments
 (0)