You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever raising the MSRV to 1.77.0 for any reason, we should:
[ ] Use Mutex::clear_poison always, regardless of the nightly feature. https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html
[ ] Revert the lint suppression in #574 and instead add something like this to mockall/build.rs:
Whenever raising the MSRV to 1.77.0 for any reason, we should:
[ ] Use Mutex::clear_poison always, regardless of the nightly feature.
https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html
[ ] Revert the lint suppression in #574 and instead add something like this to mockall/build.rs:
The text was updated successfully, but these errors were encountered: