about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorOrson Peters <orsonpeters@gmail.com>2025-07-13 01:20:29 +0200
committerOrson Peters <orsonpeters@gmail.com>2025-07-13 01:20:29 +0200
commit6f4d0bdde85f9e2a0e61bb3e16d407540ddc09ba (patch)
tree17275f0cc837d68d4620bf6b84320014a4a68add /library/std
parent69b9bae57ded527f5fd7f036b6cc1cca0b462ac4 (diff)
downloadrust-6f4d0bdde85f9e2a0e61bb3e16d407540ddc09ba.tar.gz
rust-6f4d0bdde85f9e2a0e61bb3e16d407540ddc09ba.zip
Tidy
Diffstat (limited to 'library/std')
-rw-r--r--library/std/src/thread/mod.rs2
1 files changed, 1 insertions, 1 deletions
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.