-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Improve Range Minimum Query Implementation #834
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #834 +/- ##
==========================================
+ Coverage 95.47% 95.49% +0.01%
==========================================
Files 316 316
Lines 22934 22948 +14
==========================================
+ Hits 21897 21914 +17
+ Misses 1037 1034 -3 ☔ View full report in Codecov by Sentry. |
Can you have a look, @vil02? |
Can you review this PR, @vil02? |
Could you please take a moment to review this PR, @vil02? |
Can you have a look, @vil02? |
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Can you have a look, @vil02? |
Checklist:
cargo clippy --all -- -D warnings
just before my last commit and fixed any issue that was found.cargo fmt
just before my last commit.cargo test
just before my last commit and all tests passed.mod.rs
file within its own folder, and in any parent folder(s).DIRECTORY.md
with the correct link.COUNTRIBUTING.md
and my code follows its guidelines.