-
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
Move needless_raw_string_hashes
to pedantic
#11415
Move needless_raw_string_hashes
to pedantic
#11415
Conversation
I'm fine with pedantic. Not sure what's wrong in #11402 though, as removing hashes should make no difference unless there's a |
My guess is people are removing the |
Oh I completely missed this PR. Is this and the Backport still required with the other PR merged? |
@bors r+ Reading through the issues, I figure this is required/wanted. |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
I'm leaning towards letting this change ride the release train without a backport. This lint is already in stable and I don't think the FN/confusion is so bad that we need a beta backport for this. However I'll cherry-pick this commit, so that it at least get's into 1.74. |
…earth Clippy backport: Move needless_raw_string_hashes to pedantic Really small backport this time. Context: rust-lang/rust-clippy#11415 (comment) I'd rather get this in 1.74 than waiting another release cycle. r? `@Manishearth` cc `@Mark-Simulacrum` This should be merged before beta is branched tomorrow.
Rollup merge of rust-lang#116245 - flip1995:clippy-backport, r=Manishearth Clippy backport: Move needless_raw_string_hashes to pedantic Really small backport this time. Context: rust-lang/rust-clippy#11415 (comment) I'd rather get this in 1.74 than waiting another release cycle. r? `@Manishearth` cc `@Mark-Simulacrum` This should be merged before beta is branched tomorrow.
Clippy backport: Move needless_raw_string_hashes to pedantic Really small backport this time. Context: rust-lang/rust-clippy#11415 (comment) I'd rather get this in 1.74 than waiting another release cycle. r? `@Manishearth` cc `@Mark-Simulacrum` This should be merged before beta is branched tomorrow.
Clippy backport: Move needless_raw_string_hashes to pedantic Really small backport this time. Context: rust-lang#11415 (comment) I'd rather get this in 1.74 than waiting another release cycle. r? `@Manishearth` cc `@Mark-Simulacrum` This should be merged before beta is branched tomorrow.
IMO it doesn't improve code enough to be warn by default. It seems to be unclear to some also, but that can probably be remedied separately
changelog: Moved [
needless_raw_string_hashes
] topedantic
(Now allow-by-default)#11415
r? @flip1995