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

Remove clippy surpression for assigning clones #223

Open
elfenpiff opened this issue May 27, 2024 · 0 comments
Open

Remove clippy surpression for assigning clones #223

elfenpiff opened this issue May 27, 2024 · 0 comments

Comments

@elfenpiff
Copy link
Contributor

elfenpiff commented May 27, 2024

Brief feature description

clippy produces a false positive when in the clone_from implementation clone with self assignment is used, see: rust-lang/rust-clippy#12600

As soon as this is fixed, every #[allow(clippy::assigning_clones)] marked with TODO: [#223] shall be removed.

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

No branches or pull requests

1 participant