Skip to content

Conversation

@noot
Copy link
Contributor

@noot noot commented Oct 16, 2025

fixes the following lints:

  • redundant_pattern_matching
  • module_inception (warning: module has the same name as its containing module), this was the reason for moving code into mod.rs
  • boxed_local
  • box_collection
  • manual_unwrap_or_default
  • redundant_pattern_matching
  • nonminimal_bool
  • upper_case_acronyms
  • collapsible_if

@akundaz
Copy link
Contributor

akundaz commented Oct 20, 2025

does this overlap with #2?

@noot
Copy link
Contributor Author

noot commented Oct 21, 2025

@akundaz yeah i think so! i can close this if you're addressing the clippy issues, but i can add and fix the extra lints still

@noot
Copy link
Contributor Author

noot commented Oct 22, 2025

closing for #8

@noot noot closed this Oct 22, 2025
@0x416e746f6e 0x416e746f6e deleted the noot/lint branch November 13, 2025 08:27
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.

2 participants