Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Mar 4, 2023
1 parent 3bb2d36 commit c82df1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/array.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::const_generics::PartiallyInitialized;
use crate::BigArray;
use core::mem::MaybeUninit;
use core::ops::{Deref, DerefMut, Index, IndexMut};
use serde::{Deserialize, Deserializer, Serialize, Serializer};

Expand Down

0 comments on commit c82df1f

Please sign in to comment.