-
Notifications
You must be signed in to change notification settings - Fork 784
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
Update rust version to 1.62 #2144
Conversation
@@ -498,6 +500,7 @@ mod tests { | |||
t0.elapsed() | |||
} | |||
|
|||
#[allow(dead_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.
fix clippy, seems func using in test not count any more.
Codecov Report
@@ Coverage Diff @@
## master #2144 +/- ##
=======================================
Coverage 82.86% 82.86%
=======================================
Files 237 237
Lines 61296 61296
=======================================
+ Hits 50791 50792 +1
+ Misses 10505 10504 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. |
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 @Ted-Jiang
Benchmark runs are scheduled for baseline = 1b82680 and contender = 19a7189. 19a7189 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Closes #2143
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?