Skip to content

Commit 5d703c1

Browse files
committed
---
yaml --- r: 46190 b: refs/heads/auto c: 3a3f7b8 h: refs/heads/master v: v3
1 parent 1743b55 commit 5d703c1

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
@@ -14,4 +14,4 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: 2d2ed075e3c549e8bb1980de26a106de965e51c8
17+
refs/heads/auto: 3a3f7b8e557aa9ff8e99a11c826ffc6e1147e414

branches/auto/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)