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

[byteorder] Make some methods const #851

Merged
merged 1 commit into from
Feb 8, 2024
Merged

[byteorder] Make some methods const #851

merged 1 commit into from
Feb 8, 2024

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Feb 8, 2024

For methods which have generic types with trait bounds (other than Sized), conditionally compile as const only on Rust 1.61.0 or later.

@joshlf joshlf requested a review from jswrenn February 8, 2024 17:00
@joshlf joshlf enabled auto-merge February 8, 2024 17:00
For methods which have generic types with trait bounds (other than
`Sized`), conditionally compile as `const` only on Rust 1.61.0 or later.
@joshlf joshlf added this pull request to the merge queue Feb 8, 2024
Merged via the queue into main with commit 0d755ed Feb 8, 2024
182 checks passed
@joshlf joshlf deleted the byteorder-const branch February 8, 2024 17:38
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.

None yet

2 participants