Skip to content

Commit 07f81cd

Browse files
Alexendooflip1995
authored andcommitted
Move needless_raw_string_hashes to pedantic
1 parent 925f844 commit 07f81cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/clippy/clippy_lints/src/raw_strings.rs

Lines changed: 1 addition & 1 deletion
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)