diff options
| author | Botahamec <botahamec@outlook.com> | 2024-09-26 22:12:52 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2024-09-26 22:12:52 -0400 |
| commit | 00991791bba57a8757ba207a573e360224f43e6e (patch) | |
| tree | b108bf3172ee31d676da8e6418d1a5e31aa7394e /src/poisonable/flag.rs | |
| parent | 4fd5136e0c0ec9cc92bb2b5735c0b3b68acdd755 (diff) | |
Docs and improvements
Diffstat (limited to 'src/poisonable/flag.rs')
| -rw-r--r-- | src/poisonable/flag.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poisonable/flag.rs b/src/poisonable/flag.rs index 0775c71..be38a38 100644 --- a/src/poisonable/flag.rs +++ b/src/poisonable/flag.rs @@ -14,7 +14,7 @@ impl PoisonFlag { } pub fn clear_poison(&self) { - self.0.store(true, Relaxed) + self.0.store(false, Relaxed) } } |
