We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8f982 commit 33018b4Copy full SHA for 33018b4
clippy_lints/src/pathbuf_init_then_push.rs
@@ -37,7 +37,7 @@ declare_clippy_lint! {
37
/// // or
38
/// let path_buf = PathBuf::new().join("foo");
39
/// ```
40
- #[clippy::version = "1.81.0"]
+ #[clippy::version = "1.82.0"]
41
pub PATHBUF_INIT_THEN_PUSH,
42
restriction,
43
"`push` immediately after `PathBuf` creation"
0 commit comments