Skip to content

Commit 1c77b0b

Browse files
committed
Move needless_raw_string_hashes to pedantic
1 parent 8c20739 commit 1c77b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/raw_strings.rs

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

0 commit comments

Comments
 (0)