Skip to content

chore: fix compiler warnings - #66

Merged
ckaznable merged 1 commit into
ckaznable:masterfrom
Farrooss:fix/compiler-warnings
May 5, 2026
Merged

ckaznable merged 1 commit into
ckaznable:masterfrom
Farrooss:fix/compiler-warnings

Conversation

@Farrooss

@Farrooss Farrooss commented May 1, 2026

Copy link
Copy Markdown
Contributor
  • Fix lifetime elision warning in src/widget/filter.rs.
  • Replace dangerous static mut with OnceLock in src/env.rs.
  • Remove unsafe block in src/pokemon/translate.rs by using OnceLock.

- Fix lifetime elision warning in `src/widget/filter.rs`.
- Replace dangerous `static mut` with `OnceLock` in `src/env.rs`.
- Remove `unsafe` block in `src/pokemon/translate.rs` by using `OnceLock`.
@ckaznable

ckaznable commented May 5, 2026

Copy link
Copy Markdown
Owner

thanks for PRs, LGTM.

@ckaznable
ckaznable merged commit 006e4ff into ckaznable:master May 5, 2026
13 checks passed
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