diff options
| author | Mica White <botahamec@outlook.com> | 2024-05-21 13:17:38 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2024-05-21 13:17:38 -0400 |
| commit | cb28fb1ff3b5ea71c6fe11956015c7285cb3f3df (patch) | |
| tree | 780a1357d2e1bfdb044440065f45024d26618972 /src/collection.rs | |
| parent | 801a870467af4059d2abdc67f2899edebb1f6d6c (diff) | |
read-lock changes
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 d9c56d3..a11d60c 100644 --- a/src/collection.rs +++ b/src/collection.rs @@ -1,4 +1,4 @@ -use std::{marker::PhantomData}; +use std::marker::PhantomData; use crate::{ key::Keyable, |
