mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 05:00:03 +00:00
Rust: Fix Copy and Clone impls for a few generic types (#5577)
* Rust: Fix Copy and Clone impls for a few generic types * Add tests for Copy+Clone * Wrap Copy+Clone checks in a #[test] function
This commit is contained in:
committed by
Robert Winslow
parent
26f238c248
commit
b4774d2354
@@ -19,6 +19,7 @@ path = "bin/alloc_check.rs"
|
||||
quickcheck = "0.6"
|
||||
# TODO(rw): look into moving to criterion.rs
|
||||
bencher = "0.1.5"
|
||||
static_assertions = "1.0.0"
|
||||
|
||||
[[bench]]
|
||||
# setup for bencher
|
||||
|
||||
Reference in New Issue
Block a user