| commit | e27fb5488cda5ee950e8b95b0050ceb969eb5d7d | [log] [tgz] |
|---|---|---|
| author | Jeff Vander Stoep <jeffv@google.com> | Tue Jan 31 21:00:57 2023 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 31 21:00:57 2023 +0000 |
| tree | 9f5dae66200d5ebde268801db3531a895baab15a | |
| parent | 270dbffbb38375cd57e49652055aabc7c00800ec [diff] | |
| parent | 51d29252dfa257ad36644dc4a2e9571aecfe9292 [diff] |
Update TEST_MAPPING am: 0528aa2086 am: 687c3f3fb7 am: 51d29252df Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/2411833 Change-Id: I0ad6a8afb4c98c8bd581b395a42d237b7191680a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
“Fallible” iterators for Rust.
If the std or alloc features are enabled, this crate provides implementations for Box, Vec, BTreeMap, and BTreeSet. If the std feature is enabled, this crate additionally provides implementations for HashMap and HashSet.
If the std feature is disabled, this crate does not depend on libstd.