Skip to content

Commit 6f4d0bd

Browse files
committed
Tidy
1 parent 69b9bae commit 6f4d0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/thread/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ where
13801380
}
13811381

13821382
/// The internal representation of a `Thread` handle
1383-
///
1383+
///
13841384
/// We explicitly set the alignment for our guarantee in Thread::into_raw. This
13851385
/// allows applications to stuff extra metadata bits into the alignment, which
13861386
/// can be rather useful when working with atomics.

0 commit comments

Comments
 (0)