Skip to content

Fix clippy pedantic and nursery warnings#61

Closed
frisoft wants to merge 1 commit into
mainfrom
clippy-fixes
Closed

Fix clippy pedantic and nursery warnings#61
frisoft wants to merge 1 commit into
mainfrom
clippy-fixes

Conversation

@frisoft

@frisoft frisoft commented Apr 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • Updated CI workflow to enable clippy::pedantic and clippy::nursery lints
  • Applied various code style fixes to satisfy stricter linting:
    • Converted functions to const fn where possible
    • Replaced match with map_or_else for better style
    • Added necessary #[allow(...)] attributes
    • Used Self instead of type name in impl blocks

@frisoft

frisoft commented Apr 13, 2026

Copy link
Copy Markdown
Owner Author

Not sure about the changes.

@frisoft frisoft closed this Apr 13, 2026
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