-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Check for needless raw strings in format_args!()
template as well
#13504
Conversation
r? @Alexendoo rustbot has assigned @Alexendoo. Use |
c60107a
to
25a81ef
Compare
It looks like lintcheck detects an ICE in the base as well, which would mean it is not due to this PR, right? Interestingly, I don't seem to be able to reproduce it locally. |
Looks like futures-util 0.3.30 doesn't compile on our nightly
You could bump it to 0.3.31, it looks fixed there |
I noticed this but was surprised to see it identified as an ICE. I will bump it. |
25a81ef
to
205f085
Compare
Done, and also submitted separately in #13505 |
205f085
to
028055b
Compare
028055b
to
2e58a32
Compare
2e58a32
to
36c31db
Compare
Thanks! @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
changelog: [
needless_raw_strings
,needless_raw_string_hashes
]: checkformat_args!()
template as wellFix #13503