asomers / mockall

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

Use `const Mutex::new()` whenever possible #550

Closed Expyron closed 8 months ago

Expyron commented 8 months ago

MSRV for const Mutex::new() is 1.63, which should already be OK for this crate.

asomers commented 8 months ago

Thanks a lot, @Expyron !