move manual_c_str_literals to complexity

This commit is contained in:
y21 2024-08-12 22:54:20 +02:00
parent 8827107526
commit a5e3a3f9b6

View File

@ -4025,7 +4025,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.78.0"]
pub MANUAL_C_STR_LITERALS,
pedantic,
complexity,
r#"creating a `CStr` through functions when `c""` literals can be used"#
}