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

Quiet a clippy::literal_string_with_formatting_args warning #632

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

asomers
Copy link
Owner

@asomers asomers commented Dec 30, 2024

As this crate is a proc macro, the code was generating a formatting string to emit in the generated code. So the warning is a false alarm.

As this crate is a proc macro, the code was generating a formatting
string to emit in the generated code.  So the warning is a false alarm.
@asomers asomers merged commit 2e931ad into master Dec 31, 2024
3 checks passed
@asomers asomers deleted the literal_string_with_formatting_args branch December 31, 2024 01:25
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