mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Update version attribute for 1.81 lints
This commit is contained in:
parent
1f8f982f22
commit
33018b46f4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue