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

Clippy complains about too many arguments #80

Open
zaddach opened this issue Mar 3, 2023 · 1 comment
Open

Clippy complains about too many arguments #80

zaddach opened this issue Mar 3, 2023 · 1 comment

Comments

@zaddach
Copy link

zaddach commented Mar 3, 2023

I'm getting

warning: this function has too many arguments (22/7)

from my code using ouroboros. I guess this could be addressed quickly with a #[allow(clippy::too_many_arguments)] in the right place in the macro-generated code.

@rchriste
Copy link

I just opened a PR that addresses this - #121

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