From: Miguel Ojeda Date: Fri, 10 Oct 2025 17:43:50 +0000 (+0200) Subject: rust: alloc: employ a trailing comment to keep vertical layout X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8a7c601e14576a22c2bbf7f67455ccf3f3d2737f;p=users%2Fhch%2Fmisc.git 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 Signed-off-by: Miguel Ojeda --- diff --git a/rust/kernel/alloc/kvec.rs b/rust/kernel/alloc/kvec.rs index e94aebd084c8..ac8d6f763ae8 100644 --- a/rust/kernel/alloc/kvec.rs +++ b/rust/kernel/alloc/kvec.rs @@ -9,7 +9,7 @@ use super::{ }; use crate::{ fmt, - page::AsPageIter, + page::AsPageIter, // }; use core::{ borrow::{Borrow, BorrowMut},