Skip to content

Commit cc6d79a

Browse files
lengyijunxFrednet
andauthored
Update clippy_lints/src/pathbuf_init_then_push.rs
Co-authored-by: Fridtjof Stoldt <[email protected]>
1 parent a72ad23 commit cc6d79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/pathbuf_init_then_push.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ declare_clippy_lint! {
3434
/// ```
3535
#[clippy::version = "1.78.0"]
3636
pub PATHBUF_INIT_THEN_PUSH,
37-
complexity,
37+
pedantic,
3838
"`push` immediately after `PathBuf` creation"
3939
}
4040

0 commit comments

Comments
 (0)