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

Add #[automatically_derived] to generated code #114

Closed
xFrednet opened this issue Sep 17, 2023 · 1 comment
Closed

Add #[automatically_derived] to generated code #114

xFrednet opened this issue Sep 17, 2023 · 1 comment

Comments

@xFrednet
Copy link

The #[automatically_derived] attribute is used to indicate that the code was generated by a derive macro and should not be checked by linters. See stackoverflow

Adding the attribute might also fix:

automatically

@idanarye
Copy link
Owner

It doesn't fix them (I checked), but I'll add it anyway.

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

2 participants