summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/rust/rust_driver_platform.rs10
1 files changed, 7 insertions, 3 deletions
diff --git a/samples/rust/rust_driver_platform.rs b/samples/rust/rust_driver_platform.rs
index a3044d773176..9537dc38c563 100644
--- a/samples/rust/rust_driver_platform.rs
+++ b/samples/rust/rust_driver_platform.rs
@@ -66,13 +66,17 @@ use kernel::{
acpi,
device::{
self,
- property::{FwNodeReferenceArgs, NArgs},
+ property::{
+ FwNodeReferenceArgs,
+ NArgs, //
+ },
Core,
},
- of, platform,
+ of,
+ platform,
prelude::*,
str::CString,
- sync::aref::ARef,
+ sync::aref::ARef, //
};
struct SampleDriver {