Skip to content

Commit 5a7f035

Browse files
authored
Unrolled build for rust-lang#116245
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.
2 parents b8536c1 + 07f81cd commit 5a7f035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/clippy/clippy_lints/src/raw_strings.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ declare_clippy_lint! {
5050
/// ```
5151
#[clippy::version = "1.72.0"]
5252
pub NEEDLESS_RAW_STRING_HASHES,
53-
style,
53+
pedantic,
5454
"suggests reducing the number of hashes around a raw string literal"
5555
}
5656
impl_lint_pass!(RawStrings => [NEEDLESS_RAW_STRINGS, NEEDLESS_RAW_STRING_HASHES]);

0 commit comments

Comments
 (0)