commit | 81cccec54592837e9bf2bb6afe8181e1082329e4 | [log] [tgz] |
---|---|---|
author | David LeGare <legare@google.com> | Thu Jun 23 18:54:29 2022 +0000 |
committer | David LeGare <legare@google.com> | Thu Jun 23 18:54:29 2022 +0000 |
tree | 8ac64f9e0ae7f0bda667fc1d1dc170a6f6baa5d2 | |
parent | 47328995eeb2ea18c41c98d8feeff61142f7ecfd [diff] |
Upgrade rust/crates/derive_arbitrary to 1.1.2 Test: make Change-Id: I2c169e67488878874ad60f9ca6a196bdbf4b21d7
#[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.