cbiffle/lilos

Node::update_waker can use UnsafeCell::get_mut to avoid unsafe block

mattfbacon opened this issue · 1 comments

Node::update_waker can use UnsafeCell::get_mut to avoid unsafe block

On second thought, this would require adding pin projection to the type, so not really worth it