Skip to content

Commit

Permalink
Fix include order
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Mar 30, 2024
1 parent 77bfad6 commit 48c5ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
use alloc::sync::Arc;
#[cfg(not(feature = "std"))]
use alloc::vec::Vec;
use std::mem::{self, size_of};
use std::mem::MaybeUninit;
use std::mem::{self, size_of};
use std::ptr::NonNull;

use rawpointer::PointerExt;
Expand Down

0 comments on commit 48c5ee2

Please sign in to comment.