-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
Clippy warning on beta channel for optional parameters #617
Comments
asomers
added a commit
that referenced
this issue
Nov 5, 2024
@ChrisGreenaway can you please try the linked PR? |
Works. 👍 |
asomers
added a commit
that referenced
this issue
Nov 6, 2024
Thanks for the quick fix. :-) It would be helpful to get a new release, but appreciate it's a pain to release for every small change. |
@ChrisGreenaway released in 0.13.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the following code:
Running
cargo +beta clippy
generates a warning against the generated mock code:The text was updated successfully, but these errors were encountered: