diff options
| author | Mica White <botahamec@outlook.com> | 2024-03-12 14:33:02 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2024-03-12 14:33:02 -0400 |
| commit | b3fdc2cd2172cf946c79e255d4248e135c0d9669 (patch) | |
| tree | 67d538cca80adf4380e0759d2507bec3b05bafa1 /src/mutex/guard.rs | |
| parent | 75eba2be1738971aa43734697f69f042fbe76e46 (diff) | |
Name change
Diffstat (limited to 'src/mutex/guard.rs')
| -rw-r--r-- | src/mutex/guard.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mutex/guard.rs b/src/mutex/guard.rs index 69960cf..c7f25e4 100644 --- a/src/mutex/guard.rs +++ b/src/mutex/guard.rs @@ -61,7 +61,7 @@ impl<'a, 'key: 'a, T: ?Sized + 'a, Key: Keyable, R: RawMutex> MutexGuard<'a, 'ke Self { mutex: MutexRef(mutex, PhantomData), thread_key, - _phantom2: PhantomData, + _phantom: PhantomData, } } } |
