We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a643ee8 + ac19dff commit 5f818f9Copy full SHA for 5f818f9
src/libcore/str/mod.rs
@@ -2658,7 +2658,8 @@ impl str {
2658
///
2659
/// It's important to remember that [`char`] represents a Unicode Scalar
2660
/// Value, and may not match your idea of what a 'character' is. Iteration
2661
- /// over grapheme clusters may be what you actually want.
+ /// over grapheme clusters may be what you actually want. This functionality
2662
+ /// is not provided by Rust's standard library, check crates.io instead.
2663
2664
/// # Examples
2665
0 commit comments