We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When raising the MSRV to 1.82.0 for any reason:
clippy::unnecessary_map_or
mockall_derive::mock_function::Builder::build
The text was updated successfully, but these errors were encountered:
Suppress a new clippy::unnecessary-map-or warning
5545b3b
Clippy's suggested fix requires a 1.82.0 MSRV. So for now, merely suppress it. Issue #628
Suppress a new clippy::unnecessary-map-or warning (#629)
9d6e632
No branches or pull requests
When raising the MSRV to 1.82.0 for any reason:
clippy::unnecessary_map_or
warning inmockall_derive::mock_function::Builder::build
The text was updated successfully, but these errors were encountered: