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