Skip to content

Commit

Permalink
Update version attribute for 1.81 lints
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Oct 9, 2024
1 parent 1f8f982 commit 33018b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/pathbuf_init_then_push.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ declare_clippy_lint! {
/// // or
/// let path_buf = PathBuf::new().join("foo");
/// ```
#[clippy::version = "1.81.0"]
#[clippy::version = "1.82.0"]
pub PATHBUF_INIT_THEN_PUSH,
restriction,
"`push` immediately after `PathBuf` creation"
Expand Down

0 comments on commit 33018b4

Please sign in to comment.