Skip to content

Commit

Permalink
clippyyyyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Nov 22, 2024
1 parent 32b900d commit 710e244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pub trait UnlockOnDrop: Send + Sync + 'static {}
/// Lock guard preventing concurrent access to a resource.
///
/// The lock is released when this guard is dropped.
#[allow(dead_code)]
pub struct EventStoreLockGuard(Box<dyn UnlockOnDrop>);

impl EventStoreLockGuard {
Expand Down

0 comments on commit 710e244

Please sign in to comment.