mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
move manual_c_str_literals
to complexity
This commit is contained in:
parent
8827107526
commit
a5e3a3f9b6
1 changed files with 1 additions and 1 deletions
|
@ -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"#
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue