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
The use of buildstructor tends to create a situation where we get clippy warnings, while this is pretty much the way buildstructor is supposed to be used.
The use of buildstructor tends to create a situation where we get clippy warnings, while this is pretty much the way buildstructor is supposed to be used.
We could gate #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] and prevent downstream users from adding it manually.
Related Issues in other project:
nrc/derive-new#13
The text was updated successfully, but these errors were encountered: