Skip to content

Commit 07c0a80

Browse files
committed
Fix unused import in coretests on wasm32
1 parent af61cb5 commit 07c0a80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: coretests/tests/slice.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ use core::num::NonZero;
55
use core::ops::{Range, RangeInclusive};
66
use core::slice;
77

8-
use rand::seq::IndexedRandom;
9-
108
#[test]
119
fn test_position() {
1210
let b = [1, 2, 3, 5, 5];
@@ -1810,6 +1808,7 @@ fn select_nth_unstable() {
18101808
use core::cmp::Ordering::{Equal, Greater, Less};
18111809

18121810
use rand::Rng;
1811+
use rand::seq::IndexedRandom;
18131812

18141813
let mut rng = crate::test_rng();
18151814

0 commit comments

Comments
 (0)