asomers / mockall

A powerful mock object library for Rust
Apache License 2.0
1.45k stars 61 forks source link

Clippy cleanup #554

Closed asomers closed 6 months ago

asomers commented 6 months ago

The latest nightly compiler complains about unused_imports in mockall_derive and also some dead_code lints in the tests.