Closed
Description
Location
https://doc.rust-lang.org/std/task/trait.Wake.html#examples
Summary
The Wake
example currently uses Box::pin
, but now that the pin!
macro has been stabilized in Rust 1.68, it should probably use that instead. This should be an easy contribution for someone who wants to land a first contribution.