Skip to content
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 documentation for replace_min/max and push_pop_min/max #12

Merged
merged 3 commits into from
Sep 12, 2020

Conversation

robinmoussu
Copy link
Contributor

@robinmoussu robinmoussu commented Sep 12, 2020

Resolve #9

This is mostly a copy-paste of your comment, with added links for clarity. Please double check that I did not made any mistake when copy-pasting between minimum/maximum and push/pop.

@codecov-commenter
Copy link

codecov-commenter commented Sep 12, 2020

Codecov Report

Merging #12 into master will increase coverage by 0.36%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   98.34%   98.70%   +0.36%     
==========================================
  Files           3        3              
  Lines         543      541       -2     
==========================================
  Hits          534      534              
+ Misses          9        7       -2     
Impacted Files Coverage Δ
src/lib.rs 97.95% <ø> (ø)
src/hole.rs 99.36% <0.00%> (+1.24%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e2c19b...75ea0ad. Read the comment docs.

@robinmoussu
Copy link
Contributor Author

EDIT: I didn't used the right keyword to automatically close the associated issue.

@tov
Copy link
Owner

tov commented Sep 12, 2020

I don't even know how to do that ;) thanks! Merging now...

@tov tov merged commit 9aba91a into tov:master Sep 12, 2020
@robinmoussu
Copy link
Contributor Author

@tov You just have to add resolve #issue_number somewhere in the commit message. It's explained in the doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shouldn't push_pop_min and replace_min be the same function?
3 participants