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 committed Aug 27, 2023
1 parent 8c20739 commit 1c77b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/raw_strings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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 1c77b0b

Please sign in to comment.