diff options
Diffstat (limited to 'src/poisonable/flag.rs')
| -rw-r--r-- | src/poisonable/flag.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/poisonable/flag.rs b/src/poisonable/flag.rs index 7714f5f..6b567c8 100644 --- a/src/poisonable/flag.rs +++ b/src/poisonable/flag.rs @@ -28,6 +28,7 @@ impl PoisonFlag { Self() } + #[mutants::skip] // None of the tests have panic = "abort", so this can't be tested pub fn is_poisoned(&self) -> bool { false } |
