-
Notifications
You must be signed in to change notification settings - Fork 49
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 rust-code-analysis for mozilla-central #270
Conversation
Codecov Report
@@ Coverage Diff @@
## master #270 +/- ##
==========================================
- Coverage 19.99% 19.97% -0.02%
==========================================
Files 47 47
Lines 6148 6152 +4
Branches 798 800 +2
==========================================
Hits 1229 1229
- Misses 4406 4409 +3
- Partials 513 514 +1
Continue to review full report at Codecov.
|
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.
Looks good. Just fix the nits to have a nicer code.
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, thx
* Fix how spaces are merged * Remove a blocking unwrap function
unwrap
functionThanks in advance for your review! :)