| commit | bfeb76c4651c18494ce1459fbed7d99f377e9a6d | [log] [tgz] |
|---|---|---|
| author | Joel Galenson <jgalenson@google.com> | Mon Nov 29 21:17:28 2021 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Nov 29 21:17:28 2021 +0000 |
| tree | 275a69bb2e505f14a1023ab46c2ea5a7aaafa891 | |
| parent | 9fe0e1bf0123d67a6430cd0f9f0ddd99c1646744 [diff] | |
| parent | 5527a3073e0986baf28c6a9d50933173494c4be9 [diff] |
Use correct command-line option. am: 5527a3073e Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/1905473 Change-Id: I6ccdb293b8139e78a7010bc9c54f50960c5cec9b
“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.