Skip to content

Commit 8a7c601

Browse files
committed
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>
1 parent 4a9cb2e commit 8a7c601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/alloc/kvec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use super::{
99
};
1010
use crate::{
1111
fmt,
12-
page::AsPageIter,
12+
page::AsPageIter, //
1313
};
1414
use core::{
1515
borrow::{Borrow, BorrowMut},

0 commit comments

Comments
 (0)