Skip to content

Removed clippy.toml #275

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

Merged
merged 1 commit into from
Jul 18, 2025
Merged

Removed clippy.toml #275

merged 1 commit into from
Jul 18, 2025

Conversation

DariuszDepta
Copy link
Member

Removed global clippy configuration which was used just for changing the too-many-arguments-threshold.
It is better for newcomers to have to place an annotation before function, instead of thinking that developing functions with too many arguments is a good practice. Existing functions having too many arguments are preserved and annotated with: #[allow(clippy::too_many_arguments)].

@DariuszDepta DariuszDepta requested a review from pinosu July 17, 2025 15:43
@DariuszDepta DariuszDepta self-assigned this Jul 17, 2025
@DariuszDepta DariuszDepta added the maintenance Maintenance label Jul 17, 2025
Copy link

@pinosu pinosu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DariuszDepta DariuszDepta merged commit 2e9bc51 into main Jul 18, 2025
2 checks passed
@DariuszDepta DariuszDepta deleted the remove-clippy-toml branch July 18, 2025 09:31
@DariuszDepta DariuszDepta added this to the 3.0.2 milestone Jul 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants