diff options
| author | Mica White <botahamec@outlook.com> | 2025-03-09 20:49:56 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-03-09 20:49:56 -0400 |
| commit | 58abf5872023aca7ee6459fa3b2e067d57923ba5 (patch) | |
| tree | 196cadda0dd4386668477ef286f9c9b09480e713 /src/collection.rs | |
| parent | 4ba03be97e6cc7e790bbc9bfc18caaa228c8a262 (diff) | |
Finish testing and fixing
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 e50cc30..f8c31d7 100644 --- a/src/collection.rs +++ b/src/collection.rs @@ -7,7 +7,7 @@ mod guard; mod owned; mod r#ref; mod retry; -mod utils; +pub(crate) mod utils; /// Locks a collection of locks, which cannot be shared immutably. /// |
