diff options
| -rw-r--r-- | src/context/context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/context.rs b/src/context/context.rs index 80a1881..f67d686 100644 --- a/src/context/context.rs +++ b/src/context/context.rs @@ -8,7 +8,7 @@ use crate::{ impl<'l, L> LockContext<'l, L> { /// Safety: Don't lock the locks in a different order than what the - /// LockContext uses + /// `LockContext` uses pub(crate) const unsafe fn new(lockable: &'l L) -> Self where L: OwnedLockable, |
