forked from mirror/async-std
Merge #198
198: Remove Unpin bound in `impl Stream for T` r=stjepang a=tirr-c I guess this is not needed anymore since we have `poll_next` that receives `Pin` now. The original bound is moved to `Stream::next`. Co-authored-by: Wonwoo Choi <chwo9843@gmail.com>staging
commit
be123b2ec5
Loading…
Reference in New Issue