Closed kingoflolz closed 6 years ago
I think RwLockWriteGuardRefMut should be an OwningRefMut instead of an OwningRef as a RwLockWriteGuard can safely mutate the object it's locking
RwLockWriteGuardRefMut
OwningRefMut
OwningRef
RwLockWriteGuard
Thanks for the contribution! Sorry for the lack of response, I had a busy year. :grimacing:
I think
RwLockWriteGuardRefMut
should be anOwningRefMut
instead of anOwningRef
as aRwLockWriteGuard
can safely mutate the object it's locking