-
-
Notifications
You must be signed in to change notification settings - Fork 411
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 updates: add panics and etc. #3235
Conversation
Test262 conformance changes
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3235 +/- ##
=======================================
Coverage 50.42% 50.42%
=======================================
Files 436 436
Lines 42549 42549
=======================================
Hits 21457 21457
Misses 21092 21092
☔ 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.
Thanks!
Actually there's a lot more...clippy only feeds them one at a time apparently. Will hopefully update soon 😄 |
Profiler
's drop methodProfiler
's drop method
I updated a large amount of the lints in most the crates. There were two lints that I didn't address and marked them as allow currently:
I wasn't sure if we should add panic docs on those functions or create an issue to remove the panics entirely and throw something of an |
Profiler
's drop method
Se should at least have an issue for each of those. Ideally removing panics where possible. |
Will merge this since it's holding back some dep updates, but I also agree that we should open issues for the pending tasks. |
I'll submit the issues 😄 |
Benchmark for a18da45Click to view benchmark
|
Benchmark for 45000d8Click to view benchmark
|
This Pull Request is related to the failing CI on #3232.
It changes the following:
# Panics
doc to the drop method.EDIT: This kind of went a bit farther than I intended initially to just about all the lints. Comment is below.