Skip to content

Commit 20d24d4

Browse files
committed
fmt fixes
1 parent 06a4357 commit 20d24d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sync/nonpoison/mutex.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::ptr::NonNull;
1010
use crate::sys::sync as sys;
1111

1212
/// A mutual exclusion primitive useful for protecting shared data.
13-
///
13+
///
1414
/// For more information about mutexes, check out the documentation for the
1515
/// poisoning variant of this lock found at [std::sync::poison::Mutex](std::sync::Mutex).
1616
///

0 commit comments

Comments
 (0)