Skip to content

Commit 33018b4

Browse files
committed
Update version attribute for 1.81 lints
1 parent 1f8f982 commit 33018b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/pathbuf_init_then_push.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ declare_clippy_lint! {
3737
/// // or
3838
/// let path_buf = PathBuf::new().join("foo");
3939
/// ```
40-
#[clippy::version = "1.81.0"]
40+
#[clippy::version = "1.82.0"]
4141
pub PATHBUF_INIT_THEN_PUSH,
4242
restriction,
4343
"`push` immediately after `PathBuf` creation"

0 commit comments

Comments
 (0)