Skip to content

Commit aa8b1a2

Browse files
committed
Fix import order in par_azip.rs
1 parent fbc8d36 commit aa8b1a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/par_azip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![cfg(feature = "rayon")]
22

33
#[cfg(feature = "approx")]
4-
use itertools::{enumerate, assert_equal, cloned};
4+
use itertools::{assert_equal, cloned, enumerate};
55
use ndarray::parallel::prelude::*;
66
use ndarray::prelude::*;
77
use std::sync::atomic::{AtomicUsize, Ordering};

0 commit comments

Comments
 (0)