-
Notifications
You must be signed in to change notification settings - Fork 168
[#2370] Improvement: Fix the warning: [unchecked] unchecked call to add(E) as a member of the raw type List #2371
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
Conversation
a69b9d7 to
95a0756
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2371 +/- ##
============================================
+ Coverage 44.18% 51.44% +7.26%
- Complexity 0 3026 +3026
============================================
Files 21 478 +457
Lines 2553 23085 +20532
Branches 0 2129 +2129
============================================
+ Hits 1128 11877 +10749
- Misses 1352 10463 +9111
- Partials 73 745 +672 ☔ View full report in Codecov by Sentry. |
ff5c8d6 to
f95c9b1
Compare
f95c9b1 to
cf9e0be
Compare
|
Hi @jerqi Do you mean this file? https://github.com/apache/incubator-uniffle/blob/master/.github/workflows/rust.yml
|
…l to add(E) as a member of the raw type List
jerqi
left a comment
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.


What changes were proposed in this pull request?
Fix the warning: [unchecked] unchecked call to add(E) as a member of the raw type List
Why are the changes needed?
Fix: #2370
Does this PR introduce any user-facing change?
No.
How was this patch tested?