Skip to content

Commit 0dc0824

Browse files
committed
Auto merge of #26763 - steveklabnik:fix_feature_gates, r=sfackler
These aren't actually needed
2 parents f9274d6 + 66f757b commit 0dc0824

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libcollections/str.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1859,8 +1859,6 @@ impl str {
18591859
/// # Examples
18601860
///
18611861
/// ```
1862-
/// #![feature(str_casing)]
1863-
///
18641862
/// let s = "HELLO";
18651863
/// assert_eq!(s.to_lowercase(), "hello");
18661864
/// ```
@@ -1905,8 +1903,6 @@ impl str {
19051903
/// # Examples
19061904
///
19071905
/// ```
1908-
/// #![feature(str_casing)]
1909-
///
19101906
/// let s = "hello";
19111907
/// assert_eq!(s.to_uppercase(), "HELLO");
19121908
/// ```

0 commit comments

Comments
 (0)