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

chore: clippy pendantic fixes #444

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Nicceboy
Copy link
Contributor

@Nicceboy Nicceboy commented Apr 7, 2025

Fixes some clear clippy pedantic suggestions but not all of them.

@Nicceboy Nicceboy force-pushed the clippy-fixes-pedantic branch from 0267c58 to dd935e8 Compare April 7, 2025 08:41
@Nicceboy
Copy link
Contributor Author

Nicceboy commented Apr 7, 2025

Also allows following lints:

#![allow(
    clippy::missing_errors_doc,
    clippy::float_cmp,
    clippy::no_effect_underscore_binding,
    clippy::items_after_statements
)]

Should we start collecting some lints in Cargo.toml for workspace level?

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