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

Resolving remaining pedantic clippy issues #29

Merged
merged 1 commit into from
Dec 30, 2023
Merged

Resolving remaining pedantic clippy issues #29

merged 1 commit into from
Dec 30, 2023

Conversation

nickbabcock
Copy link
Owner

The only change to public APIs is the annotation of #[must_use], but I'm not considering this a breaking change as this would most likely reveal the presence of a bug.

I verified that the assembly did not change with the read_eof implementation (using #[inline(never)]). Amusingly, whitespace changed. I'm not sure why, but it doesn't seem like a problem.

The only change to public APIs is the annotation of `#[must_use]`, but
I'm not considering this a breaking change as this would most likely
reveal the presence of a bug.

I verified that the assembly did not change with the read_eof
implementation (using `#[inline(never)]`). Amusingly, whitespace
changed. I'm not sure why, but it doesn't seem like a problem.
@nickbabcock nickbabcock merged commit d98cc35 into master Dec 30, 2023
9 checks passed
@nickbabcock nickbabcock deleted the pedantic branch December 30, 2023 15:36
@nickbabcock nickbabcock restored the pedantic branch January 14, 2024 14:24
@nickbabcock nickbabcock deleted the pedantic branch January 14, 2024 14:24
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.

1 participant