rust/library/core
Yoshua Wuyts a1b11321fb Remove Stream::next
This is a temporary change only, as we wait to resolve dynamic dispatch issues. The `Stream::next` method and corresponding documentation are expected to be fully restored once we have a path to proceed.

Ref: https://github.com/rust-lang/rfcs/pull/2996#issuecomment-757386206

update docs
2021-01-23 16:54:56 +01:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Remove Stream::next 2021-01-23 16:54:56 +01:00
tests Stop fold at first None when iterator yield 2021-01-19 12:17:58 +00:00
Cargo.toml