]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc
authorMatthias Krüger <matthias.krueger@famsik.de>
Fri, 18 Feb 2022 15:23:32 +0000 (16:23 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Feb 2022 15:23:32 +0000 (16:23 +0100)
commitf1c918f1f3166c1cb2624ce2e2783d357e70dc3d
treef3709578093816760ea98b736d4c9b75af870f2a
parentcf3cd4c48a44ba833253a1f32e09bd6d7b120e13
parent18130a21dc8744c9a1f734016e0b399d70e8f968
Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc

Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`

Following amendments in https://github.com/rust-lang/rfcs/pull/3208/.

cc #79024
cc ``@yoshuawuyts`` ``@joshtriplett``
library/alloc/src/lib.rs
library/core/src/lib.rs
library/std/src/lib.rs