rust/library/core
Taylor Yu 834f4b770e updates based on feedback
Make minor wording changes in a few places. Move `filter` to the
"transformations" section. Add `zip` methods to the "transformations"
section. Clarify the section about `Option` iterators, and add a section
about collecting into `Option`.

Clarify that for `Result`, `or` and `or_else` can also produce a
`Result` having a different type.
2021-06-12 16:33:13 -05:00
..
benches move core::hint::black_box under its own feature gate 2021-04-25 11:08:12 +02:00
src updates based on feedback 2021-06-12 16:33:13 -05:00
tests Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se 2021-06-06 19:11:19 +09:00
Cargo.toml Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se 2021-03-23 04:49:47 +00:00