diff options
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. /// |
