Update version attribute for 1.81 lints

This commit is contained in:
xFrednet 2024-10-09 09:39:01 +02:00
parent 1f8f982f22
commit 33018b46f4
No known key found for this signature in database
GPG key ID: E126C23F63C8907A

View file

@ -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"