We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c20739 commit 1c77b0bCopy full SHA for 1c77b0b
clippy_lints/src/raw_strings.rs
@@ -49,7 +49,7 @@ declare_clippy_lint! {
49
/// ```
50
#[clippy::version = "1.72.0"]
51
pub NEEDLESS_RAW_STRING_HASHES,
52
- style,
+ pedantic,
53
"suggests reducing the number of hashes around a raw string literal"
54
}
55
impl_lint_pass!(RawStrings => [NEEDLESS_RAW_STRINGS, NEEDLESS_RAW_STRING_HASHES]);
0 commit comments