commit | 2a49912470b804b3417d404a53be0fb83ff148b5 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue May 31 19:06:00 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 31 19:06:00 2022 +0000 |
tree | ea2064391cf28f7d9b30c1c8ea4bc9aacdda9b42 | |
parent | 76712f208ca671a581a3503cbccd418f32c5e9ce [diff] | |
parent | 22a3a3baaecbb999e164a703faeb2ad30f61b11b [diff] |
Update TEST_MAPPING am: 331eaa8f64 am: f0f4180242 am: 605f2747c9 am: b1ac32a605 am: 22a3a3baae Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/2107068 Change-Id: I86f76bc1b43a111a2082d250f651ec714bf993f2 Signed-off-by: Automerger Merge Worker <[email protected]>
“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
.