Skip to content

Commit bca4d0e

Browse files
committed
---
yaml --- r: 10323 b: refs/heads/snap-stage3 c: b828df9 h: refs/heads/master i: 10321: 0858c16 10319: a097db8 v: v3
1 parent 980962c commit bca4d0e

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,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 3bc42d5661d7e41885ef192bc2f4a5b8410a79f2
4+
refs/heads/snap-stage3: b828df93f666494a9d79b91264a4ef953688d001
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

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