File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ impl<T: ?Sized> Mutex<T> {
396396 self . poison . get ( )
397397 }
398398
399- /// Clear the poisoned state from a mutex
399+ /// Clear the poisoned state from a mutex.
400400 ///
401401 /// If the mutex is poisoned, it will remain poisoned until this function is called. This
402402 /// allows recovering from a poisoned state and marking that it has recovered. For example, if
Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ impl<T: ?Sized> RwLock<T> {
439439 self . poison . get ( )
440440 }
441441
442- /// Clear the poisoned state from a lock
442+ /// Clear the poisoned state from a lock.
443443 ///
444444 /// If the lock is poisoned, it will remain poisoned until this function is called. This allows
445445 /// recovering from a poisoned state and marking that it has recovered. For example, if the
You can’t perform that action at this time.
0 commit comments