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

Annotate public macros/functions with #[must_use] #1003

Merged
merged 1 commit into from
Mar 2, 2024
Merged

Annotate public macros/functions with #[must_use] #1003

merged 1 commit into from
Mar 2, 2024

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Mar 2, 2024

Add Clippy lints to help prevent regressions.

Closes #188

@joshlf joshlf requested a review from jswrenn March 2, 2024 06:12
@joshlf joshlf enabled auto-merge March 2, 2024 06:12
@joshlf joshlf changed the title Annotate public macros/functions with #[must_use] Annotate public macros/functions with #[must_use] Mar 2, 2024
Add Clippy lints to help prevent regressions.

Closes #188
@joshlf joshlf added this pull request to the merge queue Mar 2, 2024
Merged via the queue into main with commit dfe6dd9 Mar 2, 2024
210 checks passed
@joshlf joshlf deleted the must-use branch March 2, 2024 16:41
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.

Consider adding #[must_use] annotation to some types, functions, and macros
2 participants