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

Fix a clippy warning when using clone_from = "true" #77

Closed
wants to merge 6 commits into from

Conversation

TeXitoi
Copy link
Contributor

@TeXitoi TeXitoi commented Sep 15, 2020

I also cleaned clippy warning in test, activated cargo clippy --all-targets to have clippy running on tests, and some fmt in the modified files.

Each modification is in a different commit, so I can remove some if you prefer.

Fixes #74

@TeXitoi TeXitoi force-pushed the fix-clippy-warning-clone-from branch from 2775ea1 to 61ae236 Compare September 15, 2020 13:34
@TeXitoi TeXitoi force-pushed the fix-clippy-warning-clone-from branch from 61ae236 to b64af8a Compare September 15, 2020 14:16
@TeXitoi
Copy link
Contributor Author

TeXitoi commented Sep 23, 2020

Any feedbacks? I'd like to add clippy on CI, and I'm only blocked by this warning.

@TeXitoi
Copy link
Contributor Author

TeXitoi commented Nov 5, 2020

Any news? @mcarton do you need help in maintaining this crate?

@mcarton mcarton mentioned this pull request Jan 3, 2021
@mcarton mcarton closed this in #81 Jan 3, 2021
@mcarton
Copy link
Owner

mcarton commented Jan 3, 2021

Thanks, I cherry-picked some commits in #81 and released it as v2.1.3.
I didn't merge this PR because it now had conflicts and I don't want to run rustfmt on the tests folder, as most of those tests are copied from rustc and I want to preserve them as much as possible.

@TeXitoi
Copy link
Contributor Author

TeXitoi commented Jan 3, 2021

Thanks

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.

clippy warns when using clone_from = "true"
2 participants