rust/library/core/tests/iter/adapters
Matthias Krüger 6deca5f067
Rollup merge of #100220 - scottmcm:fix-by-ref-sized, r=joshtriplett
Properly forward `ByRefSized::fold` to the inner iterator

cc ``@timvermeulen,`` who noticed this mistake in https://github.com/rust-lang/rust/pull/100214#issuecomment-1207317625
2022-08-24 18:20:08 +02:00
..
array_chunks.rs Remove incorrect impl TrustedLen for ArrayChunks 2022-08-01 19:16:24 +04:00
by_ref_sized.rs Properly forward ByRefSized::fold to the inner iterator 2022-08-14 22:55:30 -07:00
chain.rs
cloned.rs
copied.rs
cycle.rs
enumerate.rs
filter_map.rs
filter.rs
flat_map.rs
flatten.rs Move fold logic to iter_fold method and reuse it in count and last 2022-08-05 03:43:39 +02:00
fuse.rs
inspect.rs
intersperse.rs
map.rs
mod.rs Properly forward ByRefSized::fold to the inner iterator 2022-08-14 22:55:30 -07:00
peekable.rs
scan.rs
skip_while.rs
skip.rs fix(iter::skip): Optimize next and nth implementations of Skip 2022-08-14 13:25:13 -04:00
step_by.rs
take_while.rs
take.rs
zip.rs