You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main one I am not sure about is the change of the ffi calling
convension in the windows code. According to rust-lang#137018, "stdcall"
is only for 32bit targets, which we do not support, and everything else
should just use "C".
There are some more fixes than what the CI complains about, because the
CI does not run clippy on the windows target, but my local setup does,
so I fixed up some additional warnings.
Signed-off-by: Patrick Roy <patrick.roy@linux.dev>
0 commit comments