From 7e4fd8164e385b80a587ea84646618ae49871677 Mon Sep 17 00:00:00 2001 From: Mica White Date: Thu, 27 Aug 2026 12:21:50 -0400 Subject: Fix clippy --- src/context/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/context/context.rs') 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, -- cgit v1.3.1