commit | 436d40a2e5410dd4db86259630d1cc9d2b4dfc4a | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Mon Dec 05 14:38:53 2022 +0100 |
committer | Jeff Vander Stoep <jeffv@google.com> | Mon Dec 05 15:43:24 2022 +0100 |
tree | b6b678de9a769993df7242ef941190ae5c64d8b5 | |
parent | d27505984090cc6cdf06d8fb8c13e1c6b4fa869f [diff] |
Upgrade derive_arbitrary to 1.2.0 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/derive_arbitrary For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I9352815d507bc2be7ee58896358c0fe935f01971
#[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.