Move needless_raw_string_hashes to pedantic
This commit is contained in:
parent
925f844164
commit
07f81cd58a
@ -50,7 +50,7 @@ declare_clippy_lint! {
|
|||||||
/// ```
|
/// ```
|
||||||
#[clippy::version = "1.72.0"]
|
#[clippy::version = "1.72.0"]
|
||||||
pub NEEDLESS_RAW_STRING_HASHES,
|
pub NEEDLESS_RAW_STRING_HASHES,
|
||||||
style,
|
pedantic,
|
||||||
"suggests reducing the number of hashes around a raw string literal"
|
"suggests reducing the number of hashes around a raw string literal"
|
||||||
}
|
}
|
||||||
impl_lint_pass!(RawStrings => [NEEDLESS_RAW_STRINGS, NEEDLESS_RAW_STRING_HASHES]);
|
impl_lint_pass!(RawStrings => [NEEDLESS_RAW_STRINGS, NEEDLESS_RAW_STRING_HASHES]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user