]> git.lizzy.rs Git - rust.git/commit
Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`.
authorCharles Lew <crlf0710@gmail.com>
Thu, 3 Feb 2022 09:56:10 +0000 (17:56 +0800)
committerCharles Lew <crlf0710@gmail.com>
Thu, 3 Feb 2022 13:03:06 +0000 (21:03 +0800)
commit18130a21dc8744c9a1f734016e0b399d70e8f968
treec8f9b401e95bfe349f105b3fb3e5ddb13db2515f
parent796bf14f2e129283d9daee7f05d14c2dfa76d643
Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`.
library/alloc/src/boxed.rs
library/alloc/src/lib.rs
library/core/src/async_iter/async_iter.rs [new file with mode: 0644]
library/core/src/async_iter/from_iter.rs [new file with mode: 0644]
library/core/src/async_iter/mod.rs [new file with mode: 0644]
library/core/src/lib.rs
library/core/src/panic/unwind_safe.rs
library/core/src/stream/from_iter.rs [deleted file]
library/core/src/stream/mod.rs [deleted file]
library/core/src/stream/stream.rs [deleted file]
library/std/src/lib.rs