File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ use std::cell::Cell;
13
13
use std:: collections:: hash_map:: DefaultHasher ;
14
14
use std:: hash:: Hasher ;
15
15
use std:: mem;
16
- use std:: sync:: atomic:: { AtomicUsize , Ordering } ;
17
16
#[ allow( deprecated) ]
18
17
use std:: sync:: atomic:: ATOMIC_USIZE_INIT ;
18
+ use std:: sync:: atomic:: { AtomicUsize , Ordering } ;
19
19
use std:: sync:: { Arc , Once , ONCE_INIT } ;
20
20
use std:: thread;
21
21
use std:: usize;
Original file line number Diff line number Diff line change 2
2
3
3
use super :: ParallelSliceMut ;
4
4
use rand:: distributions:: Uniform ;
5
- use rand:: { thread_rng, Rng } ;
6
5
use rand:: seq:: SliceRandom ;
6
+ use rand:: { thread_rng, Rng } ;
7
7
use std:: cmp:: Ordering :: { Equal , Greater , Less } ;
8
8
9
9
macro_rules! sort {
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ use rayon::prelude::*;
9
9
use std:: cell:: Cell ;
10
10
use std:: cmp:: { self , Ordering } ;
11
11
use std:: panic;
12
- use std:: sync:: atomic:: Ordering :: Relaxed ;
13
12
use std:: sync:: atomic:: AtomicUsize ;
13
+ use std:: sync:: atomic:: Ordering :: Relaxed ;
14
14
#[ allow( deprecated) ]
15
15
use std:: sync:: atomic:: ATOMIC_USIZE_INIT ;
16
16
use std:: thread;
You can’t perform that action at this time.
0 commit comments