diff options
| author | Botahamec <botahamec@outlook.com> | 2025-01-06 22:08:01 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2025-01-06 22:08:01 -0500 |
| commit | d7db61502adf14a6ac6babd04580377e09fe3eaf (patch) | |
| tree | 13eea4f43d82566eae167e87118b3f0381c7142f /src/poisonable.rs | |
| parent | 5817ce3b69448b3698a575fa8883ecee8a2367e1 (diff) | |
Fix documentation
Diffstat (limited to 'src/poisonable.rs')
| -rw-r--r-- | src/poisonable.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/poisonable.rs b/src/poisonable.rs index f9152d1..da7758f 100644 --- a/src/poisonable.rs +++ b/src/poisonable.rs @@ -28,6 +28,7 @@ pub(crate) struct PoisonFlag(#[cfg(panic = "unwind")] AtomicBool); /// indicate that all invariants of the underlying data are upheld, so that /// subsequent calls may still return [`Ok`]. /// +/// [`Lockable`]: `crate::lockable::Lockable` /// [`lock`]: `Poisonable::lock` /// [`try_lock`]: `Poisonable::try_lock` /// [`into_inner`]: `PoisonError::into_inner` |
