diff options
Diffstat (limited to 'src/collection/owned.rs')
| -rw-r--r-- | src/collection/owned.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/collection/owned.rs b/src/collection/owned.rs index 7436a6e..8e8afce 100644 --- a/src/collection/owned.rs +++ b/src/collection/owned.rs @@ -14,6 +14,7 @@ fn get_locks<L: Lockable>(data: &L) -> Vec<&dyn RawLock> { } unsafe impl<L: Lockable> RawLock for OwnedLockCollection<L> { + #[mutants::skip] // this should never run fn poison(&self) { let locks = get_locks(&self.data); for lock in locks { |
