-
-
Notifications
You must be signed in to change notification settings - Fork 23
Fix clippy pedantic warnings on the async module #43
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
Comments
This is a follow-up of #29 |
czocher
added a commit
to czocher/rusqlite_migration
that referenced
this issue
Mar 12, 2023
This PR closes cljoly#43.
Created a PR to fix this problem :). I found no way to show clippy that there's a related doc, but ignoring the warning is safe in this situation AFAIK. |
Yeah, looking at the PR it seems safe (the error case is documented in the blocking version). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current issues:
Some can silenced maybe? Like the doc ones, when we merely link to the sync method?
The text was updated successfully, but these errors were encountered: