Skip to content

Commit

Permalink
move manual_c_str_literals to complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
y21 committed Aug 12, 2024
1 parent 8827107 commit a5e3a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/methods/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"#
}

Expand Down

0 comments on commit a5e3a3f

Please sign in to comment.