commit | db04c47c3f6577a984aa7a9ca5e91114348e118b | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Thu Sep 23 15:26:36 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Sep 23 15:26:36 2021 +0000 |
tree | deda0adc19abde80ac57c41ba64daa09646d8b52 | |
parent | 825a6909d126361fe990aa7d058bc9e1d350632b [diff] | |
parent | 992088bd8e695a171c3c2c2f28db341fda0dbcb2 [diff] |
Upgrade rust/crates/derive_arbitrary to 1.0.2 am: 524180253e am: 64cd4627af am: 8783cf042f am: 27b9ab0e04 am: 992088bd8e Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/derive_arbitrary/+/1832883 Change-Id: I220ffac89f0472f94b57943ed8bdee2efe49a2dc
#[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.