solana-with-rpc-optimizations/tests
Greg Fitzgerald 28af9a39b4 Don't clone before borrowing
Clippy told us to change function parameters to references, but
wasn't able to then tell us that the clone() before borrowing
was superfluous. This patch removes those by hand.

No expectation of a performance improvement here, since we were
just cloning reference counts. Just removes a bunch of noise.
2018-07-18 08:04:31 -04:00
..
data_replicator.rs Dynamic test assert (#643) 2018-07-16 19:31:52 -07:00
multinode.rs Don't clone before borrowing 2018-07-18 08:04:31 -04:00