diff options
| author | Botahamec <botahamec@outlook.com> | 2024-12-19 18:28:43 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2024-12-19 18:28:43 -0500 |
| commit | 6514ffc5b33962c98fe9ce8f123edca6c57668d8 (patch) | |
| tree | 69aec845b1bb064142bddea94dfce87de62a56b9 /src/collection.rs | |
| parent | 48aaedad542b9c6cbdc85d22517cd0d151f38443 (diff) | |
Finish unit testing
Diffstat (limited to 'src/collection.rs')
| -rw-r--r-- | src/collection.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collection.rs b/src/collection.rs index c1c7697..9e88062 100644 --- a/src/collection.rs +++ b/src/collection.rs @@ -1,5 +1,5 @@ use std::cell::UnsafeCell; -use std::marker::PhantomData; +use std::marker::{PhantomData, PhantomPinned}; use crate::{key::Keyable, lockable::RawLock}; |
