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.
1 parent 5b930ab commit c47f1c7Copy full SHA for c47f1c7
src/lib.rs
@@ -133,6 +133,8 @@ pub trait UnicodeSegmentation {
133
/// [General_Category=Number](http://unicode.org/reports/tr44/#General_Category_Values).
134
///
135
/// # Example
136
+ ///
137
+ /// ```
138
/// # use self::unicode_segmentation::UnicodeSegmentation;
139
/// let uws = "The quick (\"brown\") fox can't jump 32.3 feet, right?";
140
/// let uw1 = uws.unicode_words().collect::<Vec<&str>>();
0 commit comments