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

Minor: Ran cargo clippy --fix #2461

Merged
merged 1 commit into from
Mar 24, 2024
Merged

Conversation

martinfrances107
Copy link
Contributor

I Manually reviewed the changes. All look like reasonable nudges.

A summary :-

In one place removed a redundant call to .clone().

In two places, now using clone_from() which clippy says MAY be an optimisation.

Manually reviewed the changes. All look like reasonable nudges.

A summary :-

In one place removed a redundant call to .clone().

In two places, now using clone_from() which clippy says
**MAY** be an optimisation.
@benwis
Copy link
Contributor

benwis commented Mar 24, 2024

Thanks!

@benwis benwis merged commit f3d19ca into leptos-rs:main Mar 24, 2024
62 checks passed
@martinfrances107 martinfrances107 deleted the clippy2 branch March 24, 2024 07:49
@martinfrances107 martinfrances107 restored the clippy2 branch March 24, 2024 10:19
@martinfrances107 martinfrances107 deleted the clippy2 branch March 24, 2024 10:19
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