Commit 8a7c601e authored by Miguel Ojeda's avatar Miguel Ojeda
Browse files

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: default avatarBenno Lossin <lossin@kernel.org>
Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent 4a9cb2ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
};
use crate::{
    fmt,
    page::AsPageIter,
    page::AsPageIter, //
};
use core::{
    borrow::{Borrow, BorrowMut},