From 6f4d0bdde85f9e2a0e61bb3e16d407540ddc09ba Mon Sep 17 00:00:00 2001 From: Orson Peters Date: Sun, 13 Jul 2025 01:20:29 +0200 Subject: Tidy --- library/std/src/thread/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/std/src/thread') diff --git a/library/std/src/thread/mod.rs b/library/std/src/thread/mod.rs index 2552d6316fa..73c09257092 100644 --- a/library/std/src/thread/mod.rs +++ b/library/std/src/thread/mod.rs @@ -1380,7 +1380,7 @@ where } /// The internal representation of a `Thread` handle -/// +/// /// We explicitly set the alignment for our guarantee in Thread::into_raw. This /// allows applications to stuff extra metadata bits into the alignment, which /// can be rather useful when working with atomics. -- cgit 1.4.1-3-g733a5