commit | 6a3d6f3b912150d8c20a365a5ba35a65d8758e66 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Sat Feb 20 12:23:32 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Sat Feb 20 12:23:32 2021 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | 75a5de777ee3c1302c361b3e96fc2dad4f8d335c [diff] | |
parent | 5bc32da84dce9c5ce9f7245c53d79ea84ddafa58 [diff] |
[automerger skipped] Mark ab/7061308 as merged in stage. am: 7ceaba3d04 -s ours am: 6be3d7a238 -s ours am: 5bc32da84d -s ours am skip reason: Change-Id I9155d0b800bf9420d933c2787c0fb7522afb8904 with SHA-1 b960b59dd1 is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If61f8d45378c3d15017beec291109c2ca467aac5
“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
.