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

Fix mac build #34264

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Fix mac build #34264

merged 1 commit into from
Nov 29, 2023

Conversation

CriesofCarrots
Copy link
Contributor

@CriesofCarrots CriesofCarrots commented Nov 29, 2023

Problem

I broke the mac build because it turns out macos does have interesting limits, kind of. Imho, clippy should therefore be able to tell that the variants of the enum get used. But it doesn't.

Summary of Changes

Fix max build by allowing dead_code on InterestingLimit when os is not linux

Copy link
Contributor

@t-nelson t-nelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

second time's the charm!

@CriesofCarrots CriesofCarrots added the automerge Merge this Pull Request automatically once CI passes label Nov 29, 2023
@mergify mergify bot merged commit e425c1a into solana-labs:master Nov 29, 2023
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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