-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
New false positive expl_impl_clone_on_copy lint in expansion of custom tokens #976
Comments
This was referenced Mar 14, 2021
This was referenced Mar 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following began emitting lints in nightly-2021-03-14. Fine in nightly-2021-03-13 and earlier.
The warning is a false positive because there is not a way to accomplish the same effect (impl in downstream crate conditional on Syn's clone-impls feature) with derive.
syn/src/custom_keyword.rs
Lines 193 to 215 in 92b1129
The text was updated successfully, but these errors were encountered: