]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rust: fix up formatting after merge
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Nov 2024 01:54:58 +0000 (17:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Nov 2024 01:54:58 +0000 (17:54 -0800)
commit1dc707e647bc919834eff9636c8d00b78c782545
tree20d0023f69e3c793700b17b0c2530239a58f37f1
parentb50ecc5aca4d18f1f0c4942f5c797bc85edef144
rust: fix up formatting after merge

When I merged the rust 'use' imports, I didn't realize that there's
an offical preferred idiomatic format - so while it all worked fine,
it doesn't match what 'make rustfmt' wants to make it.

Fix it up appropriately.

Suggested-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
rust/kernel/task.rs