Skip to content

Enable clippy::pedantic warnings#14

Merged
kdkasad merged 2 commits intomasterfrom
clippy-pedantic
Mar 29, 2025
Merged

Enable clippy::pedantic warnings#14
kdkasad merged 2 commits intomasterfrom
clippy-pedantic

Conversation

@kdkasad
Copy link
Owner

@kdkasad kdkasad commented Mar 26, 2025

Enables more pedantic warnings from Clippy and fixes the subsequent warnings produced on the existing codebase.

To do:

  • See if there's a happy middle ground in between completely enabling and disabling the clippy::missing_panics_doc warning. It would be nice to exempt certain .unwrap() calls from triggering the warning, while still keeping it for other .unwrap() calls or explicit panic!() uses.

@kdkasad kdkasad added the code cleanup Improvements to source code that don't change functionality label Mar 26, 2025
@kdkasad kdkasad self-assigned this Mar 26, 2025
@kdkasad
Copy link
Owner Author

kdkasad commented Mar 29, 2025

  • See if there's a happy middle ground in between completely enabling and disabling the clippy::missing_panics_doc warning. It would be nice to exempt certain .unwrap() calls from triggering the warning, while still keeping it for other .unwrap() calls or explicit panic!() uses.

There is not. :(

@kdkasad kdkasad merged commit be1a54b into master Mar 29, 2025
17 checks passed
@kdkasad kdkasad deleted the clippy-pedantic branch March 29, 2025 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code cleanup Improvements to source code that don't change functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant