From 00991791bba57a8757ba207a573e360224f43e6e Mon Sep 17 00:00:00 2001 From: Botahamec Date: Thu, 26 Sep 2024 22:12:52 -0400 Subject: Docs and improvements --- src/poisonable/flag.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/poisonable/flag.rs') 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) } } -- cgit v1.2.3