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 trait_method_parameter_count_changed lint. #1059

Merged
merged 2 commits into from
Dec 21, 2024

Conversation

obi1kenobi
Copy link
Owner

It catches cases where trait methods change arity, i.e. start requiring a different number of arguments than they used to. This breaks calling and/or implementing those methods.

@obi1kenobi obi1kenobi enabled auto-merge (squash) December 21, 2024 22:58
It catches cases where trait methods change arity, i.e. start requiring a different number of arguments than they used to. This breaks calling and/or implementing those methods.
@obi1kenobi obi1kenobi force-pushed the add_trait_method_parameter_count_changed_lint branch from af9d159 to 7eeec61 Compare December 21, 2024 23:22
@obi1kenobi obi1kenobi merged commit f55dc22 into main Dec 21, 2024
30 checks passed
@obi1kenobi obi1kenobi deleted the add_trait_method_parameter_count_changed_lint branch December 21, 2024 23:32
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

Successfully merging this pull request may close these issues.

1 participant