diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -164,6 +164,7 @@ //! [`OwnedLockCollection`]: `collection::OwnedLockCollection` //! [`RetryingLockCollection`]: `collection::RetryingLockCollection` +mod handle_unwind; mod key; pub mod collection; |
