-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add unused_format_specs
lint
#9637
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
Conversation
r? @xFrednet (rust-highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #9600) made this pull request unmergeable. Please resolve the merge conflicts. |
52fa719
to
87de785
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, two small doc adjustments and one question. Then you can r=me
🙃
87de785
to
5343b0d
Compare
5343b0d
to
136c2cd
Compare
Thanks! @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Currently catches two cases:
An empty precision specifier:
And using formatting specs on
format_args!()
:changelog: new lint: [
unused_format_specs
]