rust: alloc: employ a trailing comment to keep vertical layout

Apply the formatting guidelines introduced in the previous commit to
make the file `rustfmt`-clean again.

Reviewed-by: Benno Lossin <lossin@kernel.org>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
Miguel Ojeda
2025-10-10 19:43:50 +02:00
parent 4a9cb2eecc
commit 8a7c601e14

View File

@@ -9,7 +9,7 @@ use super::{
};
use crate::{
fmt,
page::AsPageIter,
page::AsPageIter, //
};
use core::{
borrow::{Borrow, BorrowMut},