From 462fc2d9aab8f0cba680caec344e4c388e9901b1 Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 11 Mar 2024 16:33:26 -0400 Subject: Documentation --- src/mutex.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mutex.rs') diff --git a/src/mutex.rs b/src/mutex.rs index 0da1460..b36854b 100644 --- a/src/mutex.rs +++ b/src/mutex.rs @@ -33,7 +33,7 @@ pub type ParkingMutex = Mutex; /// [`ThreadKey`]: `crate::ThreadKey` pub struct Mutex { raw: R, - value: UnsafeCell, + data: UnsafeCell, } /// A reference to a mutex that unlocks it when dropped -- cgit v1.2.3