Node::update_waker can use UnsafeCell::get_mut to avoid unsafe block
mattfbacon opened this issue · 1 comments
mattfbacon commented
Node::update_waker can use UnsafeCell::get_mut to avoid unsafe block
mattfbacon commented
On second thought, this would require adding pin projection to the type, so not really worth it