Convert `use` imports to vertical layout for better readability and maintainability.
Signed-off-by: Guru Das Srinagesh <[email protected]> --- samples/rust/rust_dma.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/rust/rust_dma.rs b/samples/rust/rust_dma.rs index 5046b4628d0e..7d14574e8875 100644 --- a/samples/rust/rust_dma.rs +++ b/samples/rust/rust_dma.rs @@ -14,7 +14,10 @@ }, page, pci, prelude::*, - scatterlist::{Owned, SGTable}, + scatterlist::{ + Owned, + SGTable, // + }, sync::aref::ARef, }; -- 2.54.0
