We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b069a27 commit 9739db6Copy full SHA for 9739db6
1 file changed
rust/kernel/types.rs
@@ -6,8 +6,9 @@ use crate::ffi::c_void;
6
use core::{
7
cell::UnsafeCell,
8
marker::{PhantomData, PhantomPinned},
9
- mem::MaybeUninit,
+ mem::{ManuallyDrop, MaybeUninit},
10
ops::{Deref, DerefMut},
11
+ ptr::NonNull,
12
};
13
use pin_init::{PinInit, Wrapper, Zeroable};
14
0 commit comments