mirror-linux/rust/kernel/sync
Miguel Ojeda 309e49039f rust: sync: atomic: separate import "blocks"
Commit 14e9a18b07 ("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>
2025-12-06 08:44:10 -08:00
..
arc
atomic
lock Rust changes for v6.19 2025-12-03 14:16:49 -08:00
arc.rs
aref.rs
atomic.rs rust: sync: atomic: separate import "blocks" 2025-12-06 08:44:10 -08:00
barrier.rs
completion.rs
condvar.rs Rust changes for v6.19 2025-12-03 14:16:49 -08:00
lock.rs Rust changes for v6.19 2025-12-03 14:16:49 -08:00
locked_by.rs
poll.rs
rcu.rs
refcount.rs
set_once.rs