From f6b38f7425a3183214dae79445446b042154688f Mon Sep 17 00:00:00 2001 From: Botahamec Date: Wed, 5 Feb 2025 20:31:00 -0500 Subject: Tests and optimization --- src/poisonable/flag.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/poisonable/flag.rs') diff --git a/src/poisonable/flag.rs b/src/poisonable/flag.rs index 6b567c8..9186bbc 100644 --- a/src/poisonable/flag.rs +++ b/src/poisonable/flag.rs @@ -29,6 +29,7 @@ impl PoisonFlag { } #[mutants::skip] // None of the tests have panic = "abort", so this can't be tested + #[cfg(not(tarpaulin_include))] pub fn is_poisoned(&self) -> bool { false } -- cgit v1.2.3