Skip to content

Commit

Permalink
fmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aandreba committed Dec 24, 2024
1 parent 06a4357 commit 20d24d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/sync/nonpoison/mutex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::ptr::NonNull;
use crate::sys::sync as sys;

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

0 comments on commit 20d24d4

Please sign in to comment.