We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e7cfd commit 05d6c20Copy full SHA for 05d6c20
1 file changed
src/types/sync.rs
@@ -31,7 +31,7 @@ mod inner {
31
}
32
33
#[inline(always)]
34
- pub(crate) fn lock(&self) -> ReentrantMutexGuard<T> {
+ pub(crate) fn lock(&self) -> ReentrantMutexGuard<'_, T> {
35
ReentrantMutexGuard(&self.0)
36
37
0 commit comments