fix broken doc section link in poison.rs

This commit is contained in:
Connor Tsui 2025-08-03 22:28:04 +02:00
parent f34ba774c7
commit cf3865f7a5
No known key found for this signature in database

View file

@ -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`].