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
Fix CI by undoing the reordering of extern crate statements
This was changed by rustfmt, but it breaks `build_ffi_test` for some reason.
Add annotation to keep rustfmt from reordering them again (at least until we
come up with a better fix).
See #197 (comment)
0 commit comments