diff options
Diffstat (limited to 'src/collection/ref.rs')
| -rw-r--r-- | src/collection/ref.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/collection/ref.rs b/src/collection/ref.rs index 1e17412..2f4db20 100644 --- a/src/collection/ref.rs +++ b/src/collection/ref.rs @@ -40,6 +40,7 @@ where } unsafe impl<L: Lockable> RawLock for RefLockCollection<'_, L> { + #[mutants::skip] // this should never run fn poison(&self) { for lock in &self.locks { lock.poison(); |
