mirror of
https://github.com/torvalds/linux.git
synced 2025-12-01 07:26:02 +07: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:
@@ -9,7 +9,7 @@ use super::{
|
|||||||
};
|
};
|
||||||
use crate::{
|
use crate::{
|
||||||
fmt,
|
fmt,
|
||||||
page::AsPageIter,
|
page::AsPageIter, //
|
||||||
};
|
};
|
||||||
use core::{
|
use core::{
|
||||||
borrow::{Borrow, BorrowMut},
|
borrow::{Borrow, BorrowMut},
|
||||||
|
|||||||
Reference in New Issue
Block a user