Skip to content

Commit cf3865f

Browse files
committed
fix broken doc section link in poison.rs
1 parent f34ba77 commit cf3865f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sync/poison.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//!
1212
//! The specifics of how this "poisoned" state affects other threads and whether
1313
//! the panics are recognized reliably or on a best-effort basis depend on the
14-
//! primitive. See [#Overview] below.
14+
//! primitive. See [Overview](#overview) below.
1515
//!
1616
//! For the alternative implementations that do not employ poisoning,
1717
//! see [`std::sync::nonpoison`].

0 commit comments

Comments
 (0)