We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This means that enabling #[warn(non_upper_case_statics)] emits a warning every time format_args! is used.
#[warn(non_upper_case_statics)]
format_args!
The text was updated successfully, but these errors were encountered:
auto merge of #9633 : alexcrichton/rust/issue-9631, r=huonw
c8cdabc
Closes #9631
eafbcfb
Successfully merging a pull request may close this issue.
This means that enabling
#[warn(non_upper_case_statics)]
emits a warning every timeformat_args!
is used.The text was updated successfully, but these errors were encountered: