Skip to content

Conversation

Himess
Copy link

@Himess Himess commented Apr 11, 2025

This PR resolves Clippy warnings related to unused variables in core/src/header/mod.rs.

Problem

cargo clippy --all --all-targets --all-features -- -D warnings

Pasted Graphic 7

Solution

Removed the temporary bindings and passed the expressions directly to HexDisplay(...).

Result

After this fix, cargo clippy --all --all-targets --all-features -- -D warnings runs cleanly.

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