commit | c68af6f55a6a04ee7ef95d54eaec79613eaf1753 | [log] [tgz] |
---|---|---|
author | Julien Desprez <[email protected]> | Tue Feb 16 20:15:59 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Feb 16 20:15:59 2021 +0000 |
tree | b0118b9d2494e2bf2c994cbcafb23bb2f8b74870 | |
parent | fa2c2b5aed0f588ef8d2701e18662872a69bf764 [diff] | |
parent | 420d69281633d8ff2510b4ab536e5108c5debea4 [diff] |
Clean up rust_test_host TEST_MAPPING after default update am: 46f8277855 am: 575e0b68f5 am: 30b2eee2f7 am: 420d692816 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/1589993 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8d4db24efe83e41ee923c9262949d6e2872e8cba
“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
.