asomers / mockall

A powerful mock object library for Rust
Apache License 2.0
1.5k stars 62 forks source link

Fix a clippy::unnecessary_cloned warning #511

Closed asomers closed 1 year ago

asomers commented 1 year ago

The code genuinely was cloning too aggressively, copying more data than necessary. Thanks, Clippy.