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
Makefile: update format task to handle in-macro rust fmt
This papers around a `cargo fmt` limitation that leaves code within the
`ffi_panic_boundary!` macros unformatted.
By also adding this to `format-check`, we'll get CI enforcement to
prevent backsliding.
0 commit comments