We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72ad23 commit cc6d79aCopy full SHA for cc6d79a
clippy_lints/src/pathbuf_init_then_push.rs
@@ -34,7 +34,7 @@ declare_clippy_lint! {
34
/// ```
35
#[clippy::version = "1.78.0"]
36
pub PATHBUF_INIT_THEN_PUSH,
37
- complexity,
+ pedantic,
38
"`push` immediately after `PathBuf` creation"
39
}
40
0 commit comments