diff options
| author | Botahamec <botahamec@outlook.com> | 2025-03-29 17:34:10 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2025-03-29 17:34:10 -0400 |
| commit | 17dab88a7b4bc86cf156a1e0ac1bac19e6f9f5c6 (patch) | |
| tree | 59f7ddaf743899be6b5ddd7ecf1b38882c50087d /src/key.rs | |
| parent | 3a299432173f98521d0aeb840dafb6710ce27f82 (diff) | |
Clean up existing documentation
Diffstat (limited to 'src/key.rs')
| -rw-r--r-- | src/key.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ pub struct ThreadKey { phantom: PhantomData<*const ()>, // implement !Send and !Sync } -/// Allows the type to be used as a key for a lock +/// Allows the type to be used as a key for a scoped lock /// /// # Safety /// |
