Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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_.
- Loading branch information