commit | 9c2389bdfe0d5a0599e1318ee950eb55e725f650 | [log] [tgz] |
---|---|---|
author | David LeGare <[email protected]> | Sat Mar 05 02:30:29 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Sat Mar 05 02:30:29 2022 +0000 |
tree | 87db7f8599be5eee17812fc729c61da9d1d1e334 | |
parent | efe0ecca2f77a7cf61f580a6c32945b99a081784 [diff] | |
parent | 1458fead2c526204545d7be496a6baab5603ded6 [diff] |
Update derive_arbitrary to 1.1.0 am: e9c5660d1d am: 9d769d0c78 am: 47328995ee am: 1458fead2c Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/derive_arbitrary/+/2005970 Change-Id: I28dea5920628a53537f8ba3ac6aa3631c43c625d
#[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.