rust/library/core
John-John Tedro e8757af311 Use Result and rename to filter_map
The use of Result allows for making use of a reconstructed original value on failed
projections.
2021-01-15 17:52:48 +01:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Use Result and rename to filter_map 2021-01-15 17:52:48 +01:00
tests Rollup merge of #80567 - lukaslueg:intersperse_with, r=m-ou-se 2021-01-14 18:00:06 +00:00
Cargo.toml