Skip to content

Format code and fix clippy warnings#35

Open
ssrlive wants to merge 1 commit intofrengor:mainfrom
ssrlive:main
Open

Format code and fix clippy warnings#35
ssrlive wants to merge 1 commit intofrengor:mainfrom
ssrlive:main

Conversation

@ssrlive
Copy link

@ssrlive ssrlive commented Jan 1, 2026

  • Reorder and group imports in test and source files
  • Split long lines and improve code formatting
  • Remove unnecessary blank lines
  • Replace unnecessary map_or with is_some_and in weak pointers
  • Add explicit type annotation for cast in nightly feature
  • Add unsafe blocks to alloc/dealloc function calls
  • Fix lifetime annotations in iterator methods
  • Simplify struct and function initializations

- Reorder and group imports in test and source files
- Split long lines and improve code formatting
- Remove unnecessary blank lines
- Replace unnecessary map_or with is_some_and in weak pointers
- Add explicit type annotation for cast in nightly feature
- Add unsafe blocks to alloc/dealloc function calls
- Fix lifetime annotations in iterator methods
- Simplify struct and function initializations
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