Skip to content

Conversation

@joseluis
Copy link
Contributor

@joseluis joseluis commented Feb 4, 2025

  • replace wrong target_arch i686 with x86. (i686 is used in target triples but the right target_arch is x86).
  • replace the long deprecated std::mem::uninitialized with MaybeUninit.
  • remove unnecessary unsafe block.

- replace wrong `target-arch` = `i686` with `x86`.
- replace deprecated `std::mem::uninitialized` with `MaybeUninit`.
- remove unnecessary `unsafe` block.
@not-fl3 not-fl3 merged commit 052080e into not-fl3:master Feb 6, 2025
10 checks passed
@joseluis joseluis deleted the feat-windows-fixes branch February 6, 2025 16:05
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