move manual_c_str_literals
to complexity
This commit is contained in:
parent
8827107526
commit
a5e3a3f9b6
@ -4025,7 +4025,7 @@ declare_clippy_lint! {
|
|||||||
/// ```
|
/// ```
|
||||||
#[clippy::version = "1.78.0"]
|
#[clippy::version = "1.78.0"]
|
||||||
pub MANUAL_C_STR_LITERALS,
|
pub MANUAL_C_STR_LITERALS,
|
||||||
pedantic,
|
complexity,
|
||||||
r#"creating a `CStr` through functions when `c""` literals can be used"#
|
r#"creating a `CStr` through functions when `c""` literals can be used"#
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user