You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm getting
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.The text was updated successfully, but these errors were encountered: