Skip to content

Fix some clippy lints and other minor adjustments#50

Open
0xdea wants to merge 13 commits intoidalib-rs:masterfrom
0xdea:fix/clippy-lints
Open

Fix some clippy lints and other minor adjustments#50
0xdea wants to merge 13 commits intoidalib-rs:masterfrom
0xdea:fix/clippy-lints

Conversation

@0xdea
Copy link
Copy Markdown
Contributor

@0xdea 0xdea commented Sep 14, 2025

I have fixed some clippy lints and applied some minor adjustments to the code. I've run tests and checked that no semver update is required, and I'm reasonably certain that my changes didn't break anything, but please see if they make sense.

You could catch some other clippy recommendations by adding something like this in Cargo.toml:

[lints.clippy]
all = { level = "warn", priority = -1 }
pedantic = { level = "warn", priority = -1 }
nursery = { level = "warn", priority = -1 }
cargo = { level = "warn", priority = -1 }
missing_errors_doc = "allow"
missing_panics_doc = "allow"
wildcard_imports = "allow"
enum_glob_use = "allow"
unreadable_literal = "allow"
multiple_crate_versions = "allow"
significant_drop_tightening = "allow"
must_use_candidate = "allow"

PS. My IDE (RustRover) has decided to introduce some formatting changes as well... If you don't like them, let me know and I'll undo them.

@0xdea 0xdea marked this pull request as ready for review September 15, 2025 07:54
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