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/rwlock/write_guard.rs | |
| parent | 75eba2be1738971aa43734697f69f042fbe76e46 (diff) | |
Name change
Diffstat (limited to 'src/rwlock/write_guard.rs')
| -rw-r--r-- | src/rwlock/write_guard.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rwlock/write_guard.rs b/src/rwlock/write_guard.rs index 0121140..6549822 100644 --- a/src/rwlock/write_guard.rs +++ b/src/rwlock/write_guard.rs @@ -63,7 +63,7 @@ impl<'a, 'key: 'a, T: ?Sized + 'a, Key: Keyable, R: RawRwLock> Self { rwlock: RwLockWriteRef(rwlock, PhantomData), thread_key, - _phantom1: PhantomData, + _phantom: PhantomData, } } } |
