Skip to content

Commit 05d6c20

Browse files
committed
One more mismatched-lifetime-syntaxes
1 parent 63e7cfd commit 05d6c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mod inner {
3131
}
3232

3333
#[inline(always)]
34-
pub(crate) fn lock(&self) -> ReentrantMutexGuard<T> {
34+
pub(crate) fn lock(&self) -> ReentrantMutexGuard<'_, T> {
3535
ReentrantMutexGuard(&self.0)
3636
}
3737

0 commit comments

Comments
 (0)