commit | 1fec9c4eb37d3437d66ccfa1b33c585c630fc50f | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue May 21 14:37:35 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 21 14:37:35 2024 +0000 |
tree | b8b30c5c2eea9bb60393f770f19fda3adc0f8635 | |
parent | 344d1969dfcf99b6efeabff4be09b87925a29647 [diff] | |
parent | 66726c0aee47477a34e2126ae4794cfdefcf1747 [diff] |
Update Android.bp by running cargo_embargo am: 66726c0aee Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/derive_arbitrary/+/3095489 Change-Id: I48b70c3c1c0c43b0a729e88135ec996cb4606b05 Signed-off-by: Automerger Merge Worker <[email protected]>
#[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.