| commit | 7a5aab07f4f1d2b26e36029ee95df35ff22f3872 | [log] [tgz] |
|---|---|---|
| author | Joel Galenson <jgalenson@google.com> | Mon Nov 29 22:08:26 2021 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Nov 29 22:08:26 2021 +0000 |
| tree | 275a69bb2e505f14a1023ab46c2ea5a7aaafa891 | |
| parent | f77b01fca2e4d9fa21a1b765c2b21cbdba656c1f [diff] | |
| parent | 843f127910a506a29644ecc31eff5f12bd8e7504 [diff] |
Use correct command-line option. am: 5527a3073e am: bfeb76c465 am: 9fa7afcdd3 am: 843f127910 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/1905473 Change-Id: I4e58d087cda53c390e144cbc5358b8ea16c4a1a8
“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.