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
Recent versions of Rust require the ABI always be specified for `extern`
functions, whereas it historically defaulted to `extern "C"`. Fix a few
cases where this lint now gets raised by specifying `extern "C"`.
0 commit comments