Skip to content

Commit 61b193f

Browse files
y21Samarth1696
authored andcommitted
move manual_c_str_literals to complexity
1 parent e5649b6 commit 61b193f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/tools/clippy/clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4036,7 +4036,7 @@ declare_clippy_lint! {
40364036
/// ```
40374037
#[clippy::version = "1.78.0"]
40384038
pub MANUAL_C_STR_LITERALS,
4039-
pedantic,
4039+
complexity,
40404040
r#"creating a `CStr` through functions when `c""` literals can be used"#
40414041
}
40424042

0 commit comments

Comments
 (0)