Skip to content

Commit 2e07be2

Browse files
committed
Import rearranging
1 parent bf4a7a4 commit 2e07be2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/layout/n_repr.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
use core::{
22
array::IntoIter,
3+
iter::Cloned,
34
marker::PhantomData,
45
ops::{Add, AddAssign, Deref, DerefMut, Index, IndexMut, Mul, MulAssign, Sub, SubAssign},
6+
slice::Iter,
57
};
6-
use std::{iter::Cloned, slice::Iter};
78

89
use num_traits::Zero;
910

0 commit comments

Comments
 (0)