-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix clippy warnings #35
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
==========================================
- Coverage 91.90% 91.84% -0.06%
==========================================
Files 23 23
Lines 4125 4097 -28
==========================================
- Hits 3791 3763 -28
Misses 334 334 |
Huh, looks like the kani run was cancelled? |
Hi. Thank you for creating this pull request. It looks like Kani's failure is unrelated to the change in this pull request, because the same failure is happening on #34 (DashMap 6). Our Kani job runs only on the I see Kani's version has changed from the last successful run. It was v0.54.0, and now it is v0.55.0. So perhaps Kani v0.55.0 has some problems?
|
GitHub seems to be saying "Error: The operation was canceled." in the logs, like it was manually cancelled or something. Anyway, we can ignore that for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. It looks good to me.
I also took the liberty to reduce the size of
table_mask
tou32
as it's originallyu32
anyway.