We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85475a4 commit c952b95Copy full SHA for c952b95
1 file changed
rust/kernel/device/property.rs
@@ -9,9 +9,9 @@ use core::{mem::MaybeUninit, ptr};
9
use crate::{
10
alloc::KVec,
11
bindings,
12
+ device::private::Sealed,
13
error::{to_result, Result},
14
prelude::*,
- private::Sealed,
15
str::{CStr, CString},
16
types::{ARef, Opaque},
17
};
0 commit comments