Auto merge of #13525 - xFrednet:changelog-1-82, r=dswij
Changelog for Clippy 1.82 ✈️ ``` Roses are red, Violets are blue, EuroRust in Austria, RustConf in Canada. ``` --- ### The cat of this release is *Racka*: <img height=500 src="https://github.com/user-attachments/assets/e5e3cc95-6fc3-4214-aab0-4f26e0967ae5" alt="The cats of this Clippy release" /> Cats for the next release can be nominated in the comments :D --- changelog: none
This commit is contained in:
commit
dae1be90ee
2 changed files with 38 additions and 3 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…
Add table
Add a link
Reference in a new issue