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
We can avoid a breaking change by adding this as a reexport of pin_mut!. Then, remove pin_mut! in the next major version. (Actually, I would like to deprecate pin_mut in favor of pin, so it would be better if pin_mut is a reexport.)
Considering the stack pinning utilities for shared references are unneeded, we probably don't need
mut
ofpin_mut!
macro.The text was updated successfully, but these errors were encountered: