Apply suggestions from new clippy lint clippy::assigning_clones (#382)

* fix: clippy warnings

* Additional fix

* Write changelog

---------

Co-authored-by: Krithic Kumar <krithickumarub@protonmail.com>
This commit is contained in:
cyqsimon
2024-03-25 13:42:17 +08:00
committed by GitHub
parent 32506e7f24
commit 451daea0ac
3 changed files with 6 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Remove redundant imports #377 - @cyqsimon
* CI: use GitHub API to exempt dependabot from changelog requirement #378 - @cyqsimon
* Remove unnecessary logging synchronisation #381 - @cyqsimon
* Apply suggestions from new clippy lint clippy::assigning_clones #382 - @cyqsimon
## Added
* CI: include generated assets in release archive #359 - @cyqsimon