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

Suppress clippy::should_panic_without_expect lint violations #119

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

lopopolo
Copy link
Member

This lint fires on generic assert helpers for test and const programming,
where the error messages are not user-facing.

This lint fires on generic assert helpers for test and const programming,
where the error messages are not user-facing.
@lopopolo lopopolo added A-formatter Area: strftime formatting. C-quality Category: Refactoring, cleanup, and quality improvements. labels Nov 29, 2023
@lopopolo lopopolo merged commit 4498852 into trunk Nov 29, 2023
15 checks passed
@lopopolo lopopolo deleted the lopopolo/clippy-panic-expect branch November 29, 2023 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-formatter Area: strftime formatting. C-quality Category: Refactoring, cleanup, and quality improvements.
Development

Successfully merging this pull request may close these issues.

1 participant