We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
poison.rs
1 parent f34ba77 commit cf3865fCopy full SHA for cf3865f
library/std/src/sync/poison.rs
@@ -11,7 +11,7 @@
11
//!
12
//! The specifics of how this "poisoned" state affects other threads and whether
13
//! the panics are recognized reliably or on a best-effort basis depend on the
14
-//! primitive. See [#Overview] below.
+//! primitive. See [Overview](#overview) below.
15
16
//! For the alternative implementations that do not employ poisoning,
17
//! see [`std::sync::nonpoison`].
0 commit comments