Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed clippy lint errors (needless_pass_by_ref_mut) #517

Merged
merged 2 commits into from
Jul 19, 2023
Merged

Fixed clippy lint errors (needless_pass_by_ref_mut) #517

merged 2 commits into from
Jul 19, 2023

Conversation

inobelar
Copy link
Contributor

@inobelar inobelar commented Jul 19, 2023

Objective

Why did you make this PR?

I found, that Clippy pass in GitHub CI produces a few errors (about mutable reference usage without mutability) - this PR fixes them.

@inobelar inobelar changed the title WIP: Fixed clippy lint errors (needless_pass_by_ref_mut) Fixed clippy lint errors (needless_pass_by_ref_mut) Jul 19, 2023
@nicoburns nicoburns merged commit 8974878 into DioxusLabs:main Jul 19, 2023
@inobelar inobelar deleted the fix_clippy_lint branch July 19, 2023 21:52
nicoburns pushed a commit that referenced this pull request Aug 13, 2023
* Fixed clippy lint errors (needless_pass_by_ref_mut)

* Fixed clippy lint errors (unnecessary_mut_passed)

(cherry picked from commit 8974878)
nicoburns pushed a commit that referenced this pull request Aug 13, 2023
* Fixed clippy lint errors (needless_pass_by_ref_mut)

* Fixed clippy lint errors (unnecessary_mut_passed)

(cherry picked from commit 8974878)
nicoburns pushed a commit that referenced this pull request Aug 14, 2023
* Fixed clippy lint errors (needless_pass_by_ref_mut)

* Fixed clippy lint errors (unnecessary_mut_passed)

(cherry picked from commit 8974878)
nicoburns pushed a commit that referenced this pull request Aug 14, 2023
* Fixed clippy lint errors (needless_pass_by_ref_mut)

* Fixed clippy lint errors (unnecessary_mut_passed)

(cherry picked from commit 8974878)
nicoburns pushed a commit that referenced this pull request Aug 14, 2023
* Fixed clippy lint errors (needless_pass_by_ref_mut)

* Fixed clippy lint errors (unnecessary_mut_passed)

(cherry picked from commit 8974878)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants