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 f9274d6 + 66f757b commit 0dc0824Copy full SHA for 0dc0824
src/libcollections/str.rs
@@ -1859,8 +1859,6 @@ impl str {
1859
/// # Examples
1860
///
1861
/// ```
1862
- /// #![feature(str_casing)]
1863
- ///
1864
/// let s = "HELLO";
1865
/// assert_eq!(s.to_lowercase(), "hello");
1866
@@ -1905,8 +1903,6 @@ impl str {
1905
1903
1906
1904
1907
1908
1909
1910
/// let s = "hello";
1911
/// assert_eq!(s.to_uppercase(), "HELLO");
1912
0 commit comments