Skip to content

Commit

Permalink
Move needless_raw_string_hashes to pedantic
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo authored and flip1995 committed Sep 28, 2023
1 parent 925f844 commit 07f81cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/clippy/clippy_lints/src/raw_strings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.72.0"]
pub NEEDLESS_RAW_STRING_HASHES,
style,
pedantic,
"suggests reducing the number of hashes around a raw string literal"
}
impl_lint_pass!(RawStrings => [NEEDLESS_RAW_STRINGS, NEEDLESS_RAW_STRING_HASHES]);
Expand Down

0 comments on commit 07f81cd

Please sign in to comment.