Auto merge of #24714 - frewsxcv:patch-15, r=alexcrichton
This commit is contained in:
commit
879c96225b
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ pub struct StaticMutex {
|
|||
/// dropped (falls out of scope), the lock will be unlocked.
|
||||
///
|
||||
/// The data protected by the mutex can be access through this guard via its
|
||||
/// Deref and DerefMut implementations
|
||||
/// `Deref` and `DerefMut` implementations
|
||||
#[must_use]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub struct MutexGuard<'a, T: 'a> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue