mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
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:
parent
4a9cb2eecc
commit
8a7c601e14
|
|
@ -9,7 +9,7 @@
|
|||
};
|
||||
use crate::{
|
||||
fmt,
|
||||
page::AsPageIter,
|
||||
page::AsPageIter, //
|
||||
};
|
||||
use core::{
|
||||
borrow::{Borrow, BorrowMut},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user