Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reborrow Pin<P> using &mut in
Pin::set
This makes it possible to call `.set` multiple times without using `.as_mut()` first to reborrow the pointer.
- Loading branch information