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 925f844 commit 07f81cdCopy full SHA for 07f81cd
src/tools/clippy/clippy_lints/src/raw_strings.rs
@@ -50,7 +50,7 @@ declare_clippy_lint! {
50
/// ```
51
#[clippy::version = "1.72.0"]
52
pub NEEDLESS_RAW_STRING_HASHES,
53
- style,
+ pedantic,
54
"suggests reducing the number of hashes around a raw string literal"
55
}
56
impl_lint_pass!(RawStrings => [NEEDLESS_RAW_STRINGS, NEEDLESS_RAW_STRING_HASHES]);
0 commit comments