Skip to content

Commit e34b652

Browse files
committed
---
yaml --- r: 225110 b: refs/heads/stable c: 55da4c6 h: refs/heads/master v: v3
1 parent 0ca6ebd commit e34b652

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ refs/heads/tmp: e5d90d98402475b6e154ce216f9efcb80da1a747
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: 1fe32ca12c51afcd761d9962f51a74ff0d07a591
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: ed3c64451c8e93a205679e638b7539990a5823e7
32+
refs/heads/stable: 55da4c69752119b80f17351784de45f66540066f
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b

branches/stable/src/libcollections/str.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,6 +1842,8 @@ impl str {
18421842
/// # Examples
18431843
///
18441844
/// ```
1845+
/// #![feature(collections)]
1846+
///
18451847
/// let s = "HELLO";
18461848
/// assert_eq!(s.to_lowercase(), "hello");
18471849
/// ```
@@ -1857,6 +1859,8 @@ impl str {
18571859
/// # Examples
18581860
///
18591861
/// ```
1862+
/// #![feature(collections)]
1863+
///
18601864
/// let s = "hello";
18611865
/// assert_eq!(s.to_uppercase(), "HELLO");
18621866
/// ```

0 commit comments

Comments
 (0)