Skip to content

Commit b392d7f

Browse files
committed
---
yaml --- r: 208759 b: refs/heads/snap-stage3 c: 55da4c6 h: refs/heads/master i: 208757: e29ec6f 208755: db64804 208751: 33e6841 v: v3
1 parent 5053b2b commit b392d7f

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 38a97becdf3e6a6157f6f7ec2d98ade8d8edc193
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: ed3c64451c8e93a205679e638b7539990a5823e7
4+
refs/heads/snap-stage3: 55da4c69752119b80f17351784de45f66540066f
55
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/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)