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-Tag: v6.18-rc2~4^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a7c601e14576a22c2bbf7f67455ccf3f3d2737f;p=thirdparty%2Fkernel%2Fstable.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 e94aebd084c83..ac8d6f763ae81 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},