mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-16 05:58:41 +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
|
/// // or
|
||||||
/// let path_buf = PathBuf::new().join("foo");
|
/// let path_buf = PathBuf::new().join("foo");
|
||||||
/// ```
|
/// ```
|
||||||
#[clippy::version = "1.81.0"]
|
#[clippy::version = "1.82.0"]
|
||||||
pub PATHBUF_INIT_THEN_PUSH,
|
pub PATHBUF_INIT_THEN_PUSH,
|
||||||
restriction,
|
restriction,
|
||||||
"`push` immediately after `PathBuf` creation"
|
"`push` immediately after `PathBuf` creation"
|
||||||
|
|
Loading…
Add table
Reference in a new issue