rust: sync: atomic: separate import "blocks"
authorMiguel Ojeda <ojeda@kernel.org>
Thu, 4 Dec 2025 14:50:35 +0000 (15:50 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Dec 2025 16:44:10 +0000 (08:44 -0800)
commit309e49039f124a9dcb99c05651af8eb8fa05bc29
tree4f86435176895f1a16d1b20d7544120d5c8583ea
parentc84d574698bad2c02aad506dfe712f83cbe3b771
rust: sync: atomic: separate import "blocks"

Commit 14e9a18b07ec ("rust: sync: atomic: Make Atomic*Ops pub(crate)")
added a `pub(crate)` import in the same "block" as the `pub` one,
without running `rustfmt`, which would sort them differently.

Instead of running `rustfmt` as-is, add a newline to keep the import
"blocks" with different visibilities separate.

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