Skip to content

Commit a680374

Browse files
committed
---
yaml --- r: 46911 b: refs/heads/try c: 3a3f7b8 h: refs/heads/master i: 46909: 4ac6816 46907: d5c81cf 46903: 0dc7b75 46895: a88d0cb 46879: fd48cfd 46847: c4c9ecc v: v3
1 parent 6fb27c0 commit a680374

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5-
refs/heads/try: 2d2ed075e3c549e8bb1980de26a106de965e51c8
5+
refs/heads/try: 3a3f7b8e557aa9ff8e99a11c826ffc6e1147e414
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libcore/rand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ impl Rng {
350350
}
351351

352352
/// Shuffle a mutable vec in place
353-
fn shuffle_mut<T>(values: &[mut T]) {
353+
fn shuffle_mut<T>(values: &mut [T]) {
354354
let mut i = values.len();
355355
while i >= 2u {
356356
// invariant: elements with index >= i have been locked in place.

0 commit comments

Comments
 (0)