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
82: Silence unsafe FFI warnings r=jack-fortanix a=Goirad
The rust compiler is issuing false positive improper_ctypes warning, but
this is not an issue because only pointers are being passed to mbedtls,
and they are used completely opaquely.
Co-authored-by: Dario Gonzalez <[email protected]>
0 commit comments