Skip to content

Commit f0ee75e

Browse files
committed
---
yaml --- r: 13303 b: refs/heads/master c: b828df9 h: refs/heads/master i: 13301: 49139b8 13299: d9d2a77 13295: 2f64b4a v: v3
1 parent 7bfc1aa commit f0ee75e

File tree

4 files changed

+123
-102
lines changed

4 files changed

+123
-102
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: 3bc42d5661d7e41885ef192bc2f4a5b8410a79f2
2+
refs/heads/master: b828df93f666494a9d79b91264a4ef953688d001
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/libcore/rand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ impl extensions for rng {
218218
}
219219

220220
#[doc = "Shuffle a mutable vec in place"]
221-
fn shuffle_mut<T>(&values: [mut T]) {
221+
fn shuffle_mut<T>(&&values: [mut T]) {
222222
let mut i = values.len();
223223
while i >= 2u {
224224
// invariant: elements with index >= i have been locked in place.

0 commit comments

Comments
 (0)