Thread (21 messages) flat view 21 messages, 4 authors, 2026-02-24
STALE208d

Revision v15 of 4 in this series.

Revisions (4)
  1. v14 [diff vs current]
  2. v15 current
  3. v19 [diff vs current]
  4. v20 [diff vs current]

[PATCH v15 4/9] rust: aref: update formatting of use statements

From: Andreas Hindborg <a.hindborg@kernel.org>
Date: 2026-02-20 09:51:50
Also in: dri-devel, linux-block, linux-fsdevel, linux-mm, linux-pci, linux-pm, lkml, rust-for-linux
Subsystem: rust, rust [sync], the rest · Maintainers: Miguel Ojeda, Boqun Feng, Gary Guo, Alice Ryhl, Linus Torvalds

Update formatting if use statements in preparation for next commit.

Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
---
 rust/kernel/sync/aref.rs | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/rust/kernel/sync/aref.rs b/rust/kernel/sync/aref.rs
index efe16a7fdfa5d..3c63c9a5fb9be 100644
--- a/rust/kernel/sync/aref.rs
+++ b/rust/kernel/sync/aref.rs
@@ -17,7 +17,12 @@
 //! [`Arc`]: crate::sync::Arc
 //! [`Arc<T>`]: crate::sync::Arc
 
-use core::{marker::PhantomData, mem::ManuallyDrop, ops::Deref, ptr::NonNull};
+use core::{
+    marker::PhantomData,
+    mem::ManuallyDrop,
+    ops::Deref,
+    ptr::NonNull, //
+};
 
 /// Types that are internally reference counted.
 ///
-- 
2.51.2

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help