-
Notifications
You must be signed in to change notification settings - Fork 409
Fix lint errors #3441
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 lint errors #3441
Conversation
b0a3ac2
to
9fefdbb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3441 +/- ##
=======================================
Coverage 89.69% 89.69%
=======================================
Files 130 130
Lines 107335 107335
Branches 107335 107335
=======================================
Hits 96273 96273
+ Misses 8660 8659 -1
- Partials 2402 2403 +1 ☔ View full report in Codecov by Sentry. |
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.
LGTM, feel free to squash the fixup.
Feel free to address the nit while squashing, or ignore it.
9fefdbb
to
d8bb590
Compare
Until our MSRV reaches 1.73.0, we're gonna need to keep allowing it.
d8bb590
to
b4f21d1
Compare
Changes are trivial and give us that green checkmark. Merging. |
@arik-so Did you have luck running I currently get:
|
I did, but I was testing some rust beta stuff and imagine it installed a newer version of the dependency |
CI is currently complaining about lint issues we cannot address without raising our MSRV, so this PR adds some exemptions.