Skip to content

Commit 1b73903

Browse files
committed
---
yaml --- r: 207456 b: refs/heads/master c: 55da4c6 h: refs/heads/master v: v3
1 parent 69c1361 commit 1b73903

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,5 +1,5 @@
11
---
2-
refs/heads/master: ed3c64451c8e93a205679e638b7539990a5823e7
2+
refs/heads/master: 55da4c69752119b80f17351784de45f66540066f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 857ef6e272e5634cb9f3e6ee50eb6bc2a2e71651
55
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f

trunk/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)