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 ed3c644 commit 55da4c6Copy full SHA for 55da4c6
src/libcollections/str.rs
@@ -1842,6 +1842,8 @@ impl str {
1842
/// # Examples
1843
///
1844
/// ```
1845
+ /// #![feature(collections)]
1846
+ ///
1847
/// let s = "HELLO";
1848
/// assert_eq!(s.to_lowercase(), "hello");
1849
@@ -1857,6 +1859,8 @@ impl str {
1857
1859
1858
1860
1861
1862
1863
1864
/// let s = "hello";
1865
/// assert_eq!(s.to_uppercase(), "HELLO");
1866
0 commit comments