diff options
| author | Botahamec <botahamec@outlook.com> | 2024-12-21 11:27:09 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2024-12-21 11:27:09 -0500 |
| commit | b2281e6aec631dc7c6d69edef9268ce7e00ed1dc (patch) | |
| tree | 4a3d9059e291016dcfaec8b08ac4aee48a7b815a /src/collection/guard.rs | |
| parent | 0ddbb5efa57fb36b2c83a5cd1dc43a5cf426e3ee (diff) | |
Implement lock death, but without any usages
Diffstat (limited to 'src/collection/guard.rs')
| -rw-r--r-- | src/collection/guard.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/collection/guard.rs b/src/collection/guard.rs index 70bb3a6..d604680 100644 --- a/src/collection/guard.rs +++ b/src/collection/guard.rs @@ -48,8 +48,6 @@ mod tests { use crate::collection::OwnedLockCollection; use crate::{RwLock, ThreadKey}; - use super::*; - #[test] fn guard_display_works() { let key = ThreadKey::get().unwrap(); |
