We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd4e566 + c47f1c7 commit fd4c435Copy full SHA for fd4c435
src/lib.rs
@@ -129,6 +129,8 @@ pub trait UnicodeSegmentation {
129
/// [General_Category=Number](http://unicode.org/reports/tr44/#General_Category_Values).
130
///
131
/// # Example
132
+ ///
133
+ /// ```
134
/// # use self::unicode_segmentation::UnicodeSegmentation;
135
/// let uws = "The quick (\"brown\") fox can't jump 32.3 feet, right?";
136
/// let uw1 = uws.unicode_words().collect::<Vec<&str>>();
0 commit comments