You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lifetime parameter is required to make `map_mut` sound (otherwise we might get mutable aliasing).
Also:
- add new `from_ref` and `from_mut_ref` contructor methods again.
- add a `new_generic` constructor method to construct a `VolatilePtr` with arbitrary lifetime and access parameters.
0 commit comments