Skip to content

Commit a5e3a3f

Browse files
committed
move manual_c_str_literals to complexity
1 parent 8827107 commit a5e3a3f

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4025,7 +4025,7 @@ declare_clippy_lint! {
40254025
/// ```
40264026
#[clippy::version = "1.78.0"]
40274027
pub MANUAL_C_STR_LITERALS,
4028-
pedantic,
4028+
complexity,
40294029
r#"creating a `CStr` through functions when `c""` literals can be used"#
40304030
}
40314031

0 commit comments

Comments
 (0)