rust/library/core/src/iter
León Orell Valerian Liehr 1fc56c94f1
Rollup merge of #126347 - slanterns:try_simplify, r=scottmcm
Simplify `try_*`'s signature on `Iterator`

Inspired by https://github.com/rust-lang/rust/pull/126249#issuecomment-2161859295.

r? `@scottmcm`

(Seems there's no need to explicitly use `<Self as Iterator>::Item`? I only find this occurrence across the whole file.)
2024-06-13 13:05:24 +02:00
..
adapters Add function core::iter::chain 2024-06-04 10:51:05 +02:00
sources Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
traits Rollup merge of #126347 - slanterns:try_simplify, r=scottmcm 2024-06-13 13:05:24 +02:00
mod.rs Add function core::iter::chain 2024-06-04 10:51:05 +02:00
range.rs Remove uneeded clones now that TrustedStep implies Copy 2024-04-16 16:11:06 +02:00
sources.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00