diff options
| author | Mica White <botahamec@gmail.com> | 2024-12-23 12:59:39 -0500 |
|---|---|---|
| committer | Mica White <botahamec@gmail.com> | 2024-12-23 13:43:10 -0500 |
| commit | 2819f647e893662310867e74dc6d7520628d5250 (patch) | |
| tree | 18e6bdc45e7a9919b11e6f685c90a100a9d900e2 /src/poisonable/flag.rs | |
| parent | fac92d4663813b1ea759282cccec4e82043fd118 (diff) | |
Fix inifinite loop
Diffstat (limited to 'src/poisonable/flag.rs')
| -rw-r--r-- | src/poisonable/flag.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/poisonable/flag.rs b/src/poisonable/flag.rs index a692685..7714f5f 100644 --- a/src/poisonable/flag.rs +++ b/src/poisonable/flag.rs @@ -35,4 +35,8 @@ impl PoisonFlag { pub fn clear_poison(&self) { () } + + pub fn poison(&self) { + () + } } |
