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

Refactoring FullInt #7899

Merged
merged 5 commits into from Oct 30, 2021
Merged

Refactoring FullInt #7899

merged 5 commits into from Oct 30, 2021

Conversation

ghost
Copy link

@ghost ghost commented Oct 30, 2021

Refactoring FullInt

changelog: None

Michael Wright added 5 commits October 30, 2021 06:22
`cmp_s_u` is a tiny helper function only used by `cmp` and isn't useful on
it's own. Making it a nested function of `cmp` makes that clear and as a
bonus it's easier to call and doesn't require a `#[must_use]` attribute.
@rust-highfive
Copy link

r? @xFrednet

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Oct 30, 2021
@xFrednet
Copy link
Member

LGTM, thanks for the refactoring!

@bors r+

@bors
Copy link
Contributor

bors commented Oct 30, 2021

📌 Commit e8c4046 has been approved by xFrednet

@bors
Copy link
Contributor

bors commented Oct 30, 2021

⌛ Testing commit e8c4046 with merge 310ecb0...

@bors
Copy link
Contributor

bors commented Oct 30, 2021

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: xFrednet
Pushing 310ecb0 to master...

@bors bors merged commit 310ecb0 into rust-lang:master Oct 30, 2021
@ghost ghost deleted the fullint-20211030 branch October 31, 2021 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants