]> www.infradead.org Git - users/hch/misc.git/commitdiff
rust: alloc: employ a trailing comment to keep vertical layout
authorMiguel Ojeda <ojeda@kernel.org>
Fri, 10 Oct 2025 17:43:50 +0000 (19:43 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Thu, 16 Oct 2025 22:56:20 +0000 (00:56 +0200)
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>
rust/kernel/alloc/kvec.rs

index e94aebd084c83f8fc8386fa93116a8f1b6043028..ac8d6f763ae81db9adafd5f803b5ae7536c0f577 100644 (file)
@@ -9,7 +9,7 @@ use super::{
 };
 use crate::{
     fmt,
-    page::AsPageIter,
+    page::AsPageIter, //
 };
 use core::{
     borrow::{Borrow, BorrowMut},