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
fix(rt): Sleep::downcast_mut_pin() no longer extend lifetime
This lifetime extension was a mistake.
Closes#3556
BREAKING CHANGE: The returned lifetime from `Sleep::downcast_mut_pin()`
is no longer `'static`. This shouldn't affect most usage. This sort of
breaking change is needed because it is _wrong_.
0 commit comments