Auto merge of #26763 - steveklabnik:fix_feature_gates, r=sfackler
These aren't actually needed
This commit is contained in:
commit
0dc08240ea
1 changed files with 0 additions and 4 deletions
|
|
@ -1859,8 +1859,6 @@ impl str {
|
|||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// #![feature(str_casing)]
|
||||
///
|
||||
/// let s = "HELLO";
|
||||
/// assert_eq!(s.to_lowercase(), "hello");
|
||||
/// ```
|
||||
|
|
@ -1905,8 +1903,6 @@ impl str {
|
|||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// #![feature(str_casing)]
|
||||
///
|
||||
/// let s = "hello";
|
||||
/// assert_eq!(s.to_uppercase(), "HELLO");
|
||||
/// ```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue