commit | 992088bd8e695a171c3c2c2f28db341fda0dbcb2 | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Thu Sep 23 15:12:45 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Sep 23 15:12:45 2021 +0000 |
tree | deda0adc19abde80ac57c41ba64daa09646d8b52 | |
parent | d279c1d28c8c38666c048366cd91e7749bfbf5c5 [diff] | |
parent | 27b9ab0e04bac7cc1e62af72edff9039f4d5f1c1 [diff] |
Upgrade rust/crates/derive_arbitrary to 1.0.2 am: 524180253e am: 64cd4627af am: 8783cf042f am: 27b9ab0e04 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/derive_arbitrary/+/1832883 Change-Id: Ib16b125b7a8616b4e1d7f6d4f6b8887c68484540
#[derive(Arbitrary)]
This crate implements support for automatically deriving the Arbitrary
trait.
Don't depend on this crate directly, though. Instead, enable the "derive"
feature of the arbitrary
crate.