Kimundi / owning-ref-rs

A library for creating references that carry their owner with them.
MIT License
361 stars 50 forks source link

Fix bug in RwLockWriteGuardRefMut #44

Closed kingoflolz closed 6 years ago

kingoflolz commented 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

Kimundi commented 6 years ago

Thanks for the contribution! Sorry for the lack of response, I had a busy year. :grimacing: