Skip to content

Commit 5f818f9

Browse files
authored
Rollup merge of #68495 - sdegutis:patch-1, r=Mark-Simulacrum
Updating str.chars docs to mention crates.io. This might spare someone else a little time searching the stdlib for unicode/grapheme support.
2 parents a643ee8 + ac19dff commit 5f818f9

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)