smol-rs / futures-lite

Futures, streams, and async I/O combinators.
Apache License 2.0
427 stars 25 forks source link

Relax Unpin bounds on io::copy #87

Closed notgull closed 6 months ago

notgull commented 6 months ago

This commit makes it so !Unpin types can be passed into io::copy.