8000 v1.17: Uses stable `u64::next_multiple_of()` (backport of #33549) by mergify[bot] · Pull Request #33567 · solana-labs/solana · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

v1.17: Uses stable u64::next_multiple_of() (backport of #33549) #33567

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

mergify[bot]
Copy link
Contributor
@mergify mergify bot commented Oct 6, 2023

This is an automatic backport of pull request #33549 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

@brooksprumo
Copy link
Contributor

This is not technically a bug fix, but it does reduce the amount of code we have to maintain. Now that next_multiple_of is in the Rust standard library, we can lower our support burden (a tiny amount) by removing duplication. Especially duplication owned by the language itself.

@brooksprumo brooksprumo added the automerge Merge this Pull Request automatically once CI passes label Oct 6, 2023
@mergify mergify bot merged commit 194903c into v1.17 Oct 6, 2023
@mergify mergify bot deleted the mergify/bp/v1.17/pr-33549 branch October 6, 2023 20:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0