commit | b6d98cc2c91f42fae711563c5d7f1dcacd3c56cf | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Wed Aug 07 14:08:10 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Aug 07 14:08:10 2024 +0000 |
tree | 1fe5959c385d37bb9d85014b5986f0e131ce199b | |
parent | 7ed883c541e5f10226d9dcaf9079acd6157b90d2 [diff] | |
parent | b03c871eac4cbf3c768ccd54d30dbd70df06c75a [diff] |
Update Android.bp by running cargo_embargo am: b03c871eac Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/derive_arbitrary/+/3208378 Change-Id: I5de4a447502a730c22f3c298f7434ae504d81144 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.