Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lengyijun committed Jul 19, 2024
1 parent 7c1aedb commit 0bd7839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clippy_lints/src/pathbuf_init_then_push.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ declare_clippy_lint! {
/// // or
/// let path_buf = PathBuf::new().join("foo");
/// ```
#[clippy::version = "1.78.0"]
#[clippy::version = "1.81.0"]
pub PATHBUF_INIT_THEN_PUSH,
pedantic,
restriction,
"`push` immediately after `PathBuf` creation"
}

Expand Down

0 comments on commit 0bd7839

Please sign in to comment.