commit | 46f82778550af5ccf3d707c2d9812af69e8a623b | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Tue Feb 16 16:52:36 2021 +0000 |
committer | Julien Desprez <jdesprez@google.com> | Tue Feb 16 16:52:39 2021 +0000 |
tree | b0118b9d2494e2bf2c994cbcafb23bb2f8b74870 | |
parent | fdc64a610a254bda3114242deaa5f21fcead7907 [diff] |
Clean up rust_test_host TEST_MAPPING after default update After b/177689340, rust_test_host doesn't need TEST_MAPPING config anymore to run in presubmit. Change-Id: Ib5b9c479e03e7aa835e6953484a40ba85f30fda6 Test: presubmit Bug: 178646865
“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
.