fix broken doc section link in poison.rs
This commit is contained in:
parent
f34ba774c7
commit
cf3865f7a5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
//!
|
||||
//! The specifics of how this "poisoned" state affects other threads and whether
|
||||
//! the panics are recognized reliably or on a best-effort basis depend on the
|
||||
//! primitive. See [#Overview] below.
|
||||
//! primitive. See [Overview](#overview) below.
|
||||
//!
|
||||
//! For the alternative implementations that do not employ poisoning,
|
||||
//! see [`std::sync::nonpoison`].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue