diff options
| author | bors <bors@rust-lang.org> | 2015-07-04 04:52:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-07-04 04:52:35 +0000 |
| commit | 0dc08240ea755679e3daec3832a04b22a8fc90bf (patch) | |
| tree | 79ef37e378b4891c34a10810125d2d865e7083c7 | |
| parent | f9274d63a3f3c3d73aac4fc86fe76e3932c7a8ed (diff) | |
| parent | 66f757b26d0dc1a3fe5a95f9554a8927dfb3c44a (diff) | |
| download | rust-0dc08240ea755679e3daec3832a04b22a8fc90bf.tar.gz rust-0dc08240ea755679e3daec3832a04b22a8fc90bf.zip | |
Auto merge of #26763 - steveklabnik:fix_feature_gates, r=sfackler
These aren't actually needed
| -rw-r--r-- | src/libcollections/str.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libcollections/str.rs b/src/libcollections/str.rs index 5e8a9bca342..6be46855fe6 100644 --- a/src/libcollections/str.rs +++ b/src/libcollections/str.rs @@ -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"); /// ``` |
